Skip to content

Commit

Permalink
Add overflow: hidden style to fix issue with borders (denysdovhan#529)
Browse files Browse the repository at this point in the history
* Update styles.css

* Revert "Update styles.css"

This reverts commit 8a8a4ce.

* Add overflow: hidden to ha-card
  • Loading branch information
Brandon Rothweiler committed May 17, 2023
1 parent 9497b61 commit 6a36c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ha-card {
flex-direction: column;
flex: 1;
position: relative;
overflow: hidden;
}

.preview {
Expand Down

0 comments on commit 6a36c20

Please sign in to comment.