Skip to content

Commit

Permalink
Merge pull request #59 from bmcclure/patch-1
Browse files Browse the repository at this point in the history
Add "overflow: hidden" style to card
  • Loading branch information
dnguyen800 committed Jun 1, 2024
2 parents 32f6252 + 8d3dfd7 commit 87ba494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/air-visual-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class AirVisualCard extends HTMLElement {
/* sample css */
background-color: rgba(0,0,0,0);
box-shadow: none;
overflow: hidden;
}
body {
Expand Down

0 comments on commit 87ba494

Please sign in to comment.