GrafanaUI: Make Drawer extend to full height (#93725)

This commit is contained in:
Josh Hunt 2024-09-25 12:05:20 +01:00 committed by GitHub
parent 4791d91408
commit d2d1de39a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,17 +256,7 @@ const getStyles = (theme: GrafanaTheme2) => {
position: 'relative',
}),
drawer: css({
'.main-view &': {
top: 80,
},
'.main-view--search-bar-hidden &': {
top: 40,
},
'.main-view--chrome-hidden &': {
top: 0,
},
top: 0,
'.rc-drawer-content-wrapper': {
boxShadow: theme.shadows.z3,
@ -307,18 +297,7 @@ const getStyles = (theme: GrafanaTheme2) => {
left: 0,
position: 'fixed',
right: 0,
'.main-view &': {
top: 80,
},
'.main-view--search-bar-hidden &': {
top: 40,
},
'.main-view--chrome-hidden &': {
top: 0,
},
top: 0,
},
}),
maskMotion: css({