mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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({
|
drawerContent: css({
|
||||||
backgroundColor: `${theme.colors.background.primary} !important`,
|
backgroundColor: `${theme.colors.background.primary} !important`,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
overflow: 'unset',
|
overflow: 'unset !important',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
}),
|
}),
|
||||||
drawerMotion: css({
|
drawerMotion: css({
|
||||||
|
Loading…
Reference in New Issue
Block a user