mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
Drawer: Fix overflow to stop drag handle being cut off (#88500)
fix drawer overflow to stop drag handle being cut off
This commit is contained in:
parent
dbec8465e5
commit
16099c9913
@ -258,7 +258,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
drawerContent: css({
|
||||
backgroundColor: `${theme.colors.background.primary} !important`,
|
||||
display: 'flex',
|
||||
overflow: 'unset',
|
||||
overflow: 'unset !important',
|
||||
flexDirection: 'column',
|
||||
}),
|
||||
drawerMotion: css({
|
||||
|
Loading…
Reference in New Issue
Block a user