mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
Drawer: Fix scrolling drawer content on Safari (#73080)
Add min-height to allow scroll drawer content on Safari
This commit is contained in:
parent
0f402347aa
commit
140624603f
@ -166,6 +166,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
flexDirection: 'column',
|
||||
height: '100%',
|
||||
flex: '1 1 0',
|
||||
minHeight: '100%',
|
||||
}),
|
||||
drawer: css({
|
||||
'.main-view &': {
|
||||
|
Loading…
Reference in New Issue
Block a user