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:
Ashley Harrison 2024-06-03 15:35:46 +01:00 committed by GitHub
parent dbec8465e5
commit 16099c9913
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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({