mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Drawer: Fixes incorrect mask background and flickering (#91890)
This commit is contained in:
parent
b569c1610f
commit
db5d8f03b7
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user