Drawer: Fixes incorrect mask background and flickering (#91890)
This commit is contained in:
@@ -294,7 +294,8 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
// but we don't want the backdrop styling to apply over the top bar as it looks weird
|
||||
// instead have a child pseudo element to apply the backdrop styling below the top bar
|
||||
mask: css({
|
||||
backgroundColor: 'transparent',
|
||||
// The !important here is to override the default .rc-drawer-mask styles
|
||||
backgroundColor: 'transparent !important',
|
||||
position: 'fixed',
|
||||
|
||||
'&:before': {
|
||||
|
||||
Reference in New Issue
Block a user