Skip to content

Commit 8c3a4d9

Browse files
committed
fix(app): fix sidebar popover host z-index
1 parent 15b819d commit 8c3a4d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/codeimage/src/components/PropertyEditor/SidebarPopoverHost.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const wrapper = style({
55
marginLeft: `calc(${scaffoldVars.panelWidth} + 10px)`,
66
position: 'absolute',
77
maxWidth: scaffoldVars.panelWidth,
8-
height: '100%',
9-
width: '100%',
8+
height: '0px',
9+
width: '0px',
1010
zIndex: 5,
1111
});

apps/codeimage/src/components/Toolbar/Toolbar.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const wrapper = style([
1515
color: themeVars.textColor.blue['900'],
1616
fontSize: '18px',
1717
fontWeight: 'bold',
18-
zIndex: 60,
18+
zIndex: 30,
1919
height: toolbarVars.toolbarHeight,
2020
width: '100%',
2121
backgroundColor: themeVars.dynamicColors.panel.background,

0 commit comments

Comments
 (0)