Skip to content

Commit

Permalink
fix: fix dropdown overflow
Browse files Browse the repository at this point in the history
closes #365
  • Loading branch information
denysdovhan committed Apr 20, 2022
1 parent ae5c993 commit 9c02c46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ ha-card {
flex-direction: column;
flex: 1;
position: relative;
overflow: hidden;
}

.preview {
background: var(--vc-background);
overflow: hidden;
position: relative;
text-align: center;

Expand Down

0 comments on commit 9c02c46

Please sign in to comment.