Accessibility: Prevent TimePickerContent overflowing page height (#68356)

* add max-height to TimePickerContent/Calendar

* undo change to TimePickerCalendar
This commit is contained in:
Ashley Harrison 2023-05-15 10:07:19 +01:00 committed by GitHub
parent bb2cbd2e01
commit b5f56537c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,6 +276,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2, isReversed, hideQuickRang
display: flex;
flex-direction: row-reverse;
height: ${isContainerTall ? '381px' : '217px'};
max-height: 100vh;
`,
leftSide: css`
display: flex;