fix: popover may not be closable (#2598)

This commit is contained in:
Peng Xiao
2023-05-30 17:29:00 +08:00
committed by GitHub
parent c6d8904ca2
commit f669164674

View File

@@ -21,6 +21,9 @@ export const headerContainer = style({
display: 'none',
},
},
':has([data-popper-placement])': {
WebkitAppRegion: 'no-drag',
},
} as ComplexStyleRule);
export const header = style({