mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add a vertical scrollbar for the calendar list (#16657)
This commit is contained in:
parent
6eac229901
commit
0ab7934c09
@ -218,7 +218,8 @@ class PanelCalendar extends LitElement {
|
||||
padding-inline-start: initial;
|
||||
min-width: 170px;
|
||||
flex: 0 0 15%;
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
--mdc-theme-text-primary-on-background: var(--primary-text-color);
|
||||
direction: var(--direction);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user