Skip to content

Commit

Permalink
Allow overflow fix by @sdrapha
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin committed Mar 9, 2024
1 parent b7fc685 commit f492224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stack-in-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class StackInCard extends LitElement implements LovelaceCard {
static get styles(): CSSResult {
return css`
ha-card {
overflow: hidden;
overflow: visible;
}
`;
}
Expand Down

0 comments on commit f492224

Please sign in to comment.