Skip to content

Commit

Permalink
style: fix popover z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelYuhe committed May 3, 2023
1 parent b036fe8 commit 5ddd13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const baseTheme = {
lineHeight: 'calc(1em + 8px)',

zIndexModal: '1000',
zIndexPopover: '100',
zIndexPopover: '1000',

paragraphSpace: '8px',
popoverRadius: '12px',
Expand Down

0 comments on commit 5ddd13f

Please sign in to comment.