mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
fix: popover may not be closable (#2598)
This commit is contained in:
@@ -21,6 +21,9 @@ export const headerContainer = style({
|
|||||||
display: 'none',
|
display: 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
':has([data-popper-placement])': {
|
||||||
|
WebkitAppRegion: 'no-drag',
|
||||||
|
},
|
||||||
} as ComplexStyleRule);
|
} as ComplexStyleRule);
|
||||||
|
|
||||||
export const header = style({
|
export const header = style({
|
||||||
|
|||||||
Reference in New Issue
Block a user