mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2026-09-06 02:18:44 +00:00
Fixes #18: Change overflow to auto to avoid showing scrollbars
This commit is contained in:
@@ -237,7 +237,7 @@ export class TimePickerCard extends LitElement implements LovelaceCard {
|
||||
}
|
||||
|
||||
ha-card {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
ha-card.embedded {
|
||||
|
||||
Reference in New Issue
Block a user