Fixes #18: Change overflow to auto to avoid showing scrollbars

This commit is contained in:
2021-03-31 19:41:26 +03:00
parent afe276a9d0
commit def608444e
+1 -1
View File
@@ -237,7 +237,7 @@ export class TimePickerCard extends LitElement implements LovelaceCard {
}
ha-card {
overflow: scroll;
overflow: auto;
}
ha-card.embedded {