[v10.1.x] Drawer: Fix scrolling drawer content on Safari (#73229)
Drawer: Fix scrolling drawer content on Safari (#73080)
Add min-height to allow scroll drawer content on Safari
(cherry picked from commit 140624603f)
Co-authored-by: Alex Simonok <sashasimonok@gmail.com>
This commit is contained in:
co-authored by
Alex Simonok
parent
24d0b54bb9
commit
e56b01975c
@@ -166,6 +166,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
flexDirection: 'column',
|
||||
height: '100%',
|
||||
flex: '1 1 0',
|
||||
minHeight: '100%',
|
||||
}),
|
||||
drawer: css({
|
||||
'.main-view &': {
|
||||
|
||||
Reference in New Issue
Block a user