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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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