Add a vertical scrollbar for the calendar list (#16657)

This commit is contained in:
Allen Porter 2023-05-30 01:49:14 -07:00 committed by GitHub
parent 6eac229901
commit 0ab7934c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}