fix: popover may not be closable (#2598)

This commit is contained in:
Peng Xiao
2023-05-30 17:29:00 +08:00
committed by himself65
parent 405d31b0a6
commit 673d0f98b8
@@ -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({