mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: closing modal sometimes covered by header (#2097)
This commit is contained in:
@@ -34,6 +34,7 @@ export const StyledModal = styled(ModalUnstyled, {
|
||||
left: '0',
|
||||
top: '0',
|
||||
zIndex: 'var(--affine-z-index-modal)',
|
||||
WebkitAppRegion: 'no-drag',
|
||||
'*': {
|
||||
WebkitTapHighlightColor: 'transparent',
|
||||
outline: 'none',
|
||||
|
||||
Reference in New Issue
Block a user