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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user