🐛 (editor) Fix popover zIndex

This commit is contained in:
Baptiste Arnaud
2023-01-06 15:03:39 +01:00
parent fadf34ad61
commit 2d20f1c41c
7 changed files with 35 additions and 9 deletions

View File

@@ -93,7 +93,6 @@ const Popover = createMultiStyleConfigHelpers(
popper: {
width: 'fit-content',
maxWidth: 'fit-content',
zIndex: 'popover',
},
content: {
bg: colorMode === 'dark' ? 'gray.800' : 'white',