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 3a043f339c
commit e7e447d0e1

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({