We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b819d commit 8c3a4d9Copy full SHA for 8c3a4d9
2 files changed
apps/codeimage/src/components/PropertyEditor/SidebarPopoverHost.css.ts
@@ -5,7 +5,7 @@ export const wrapper = style({
5
marginLeft: `calc(${scaffoldVars.panelWidth} + 10px)`,
6
position: 'absolute',
7
maxWidth: scaffoldVars.panelWidth,
8
- height: '100%',
9
- width: '100%',
+ height: '0px',
+ width: '0px',
10
zIndex: 5,
11
});
apps/codeimage/src/components/Toolbar/Toolbar.css.ts
@@ -15,7 +15,7 @@ export const wrapper = style([
15
color: themeVars.textColor.blue['900'],
16
fontSize: '18px',
17
fontWeight: 'bold',
18
- zIndex: 60,
+ zIndex: 30,
19
height: toolbarVars.toolbarHeight,
20
width: '100%',
21
backgroundColor: themeVars.dynamicColors.panel.background,
0 commit comments