style: fix popover z-index (#2215)

This commit is contained in:
夏宇航
2023-05-05 12:13:56 +08:00
committed by GitHub
parent 84b36c1d35
commit 8a617f91e6

View File

@@ -45,7 +45,7 @@ export const baseTheme = {
lineHeight: 'calc(1em + 8px)',
zIndexModal: '1000',
zIndexPopover: '100',
zIndexPopover: '1000',
paragraphSpace: '8px',
popoverRadius: '12px',