mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Accessibility: Prevent TimePickerContent overflowing page height (#68356)
* add max-height to TimePickerContent/Calendar * undo change to TimePickerCalendar
This commit is contained in:
parent
bb2cbd2e01
commit
b5f56537c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user