Skip to content

Commit

Permalink
Fixes #18: Change overflow to auto to avoid showing scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeSG committed Mar 31, 2021
1 parent afe276a commit def6084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time-picker-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class TimePickerCard extends LitElement implements LovelaceCard {
}
ha-card {
overflow: scroll;
overflow: auto;
}
ha-card.embedded {
Expand Down

0 comments on commit def6084

Please sign in to comment.