mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2026-09-06 02:18:44 +00:00
Fix #13: Fix card overflowing in grid
This commit is contained in:
@@ -234,6 +234,10 @@ export class TimePickerCard extends LitElement implements LovelaceCard {
|
|||||||
--tpc-border-radius: var(--time-picker-border-radius, var(--ha-card-border-radius, 4px));
|
--tpc-border-radius: var(--time-picker-border-radius, var(--ha-card-border-radius, 4px));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ha-card {
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
ha-card.embedded {
|
ha-card.embedded {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user