fix(core): editor popover covered header popover (#4342)

This commit is contained in:
Joooye_34
2023-09-20 22:07:15 +08:00
committed by GitHub
parent 6e79858f41
commit 73f83cc97e
4 changed files with 34 additions and 8 deletions

View File

@@ -65,6 +65,7 @@ globalStyle(`html[data-theme="dark"] ${appStyle}`, {
export const mainContainerStyle = style({
position: 'relative',
zIndex: 0, // it will create stacking context to limit layer of child elements and be lower than after auto zIndex
width: 0,
flex: 1,
maxWidth: '100%',