mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 18:43:10 -05:00
Accessibility: Prevent TimePickerContent overflowing page height (#68356)
* add max-height to TimePickerContent/Calendar * undo change to TimePickerCalendar
This commit is contained in:
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user