File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 168
168
cursor : col-resize ;
169
169
position : fixed ;
170
170
inset : 0 ;
171
- z-index : 200 ;
171
+ z-index : 20 ;
172
172
}
173
173
174
174
.splitter {
182
182
left : calc (var (--sidebar-fixed-width ) - var (--splitter-offset ));
183
183
width : var (--splitter-width );
184
184
height : 100 svh;
185
- z-index : 201 ;
185
+ z-index : 21 ;
186
186
transition : background-color 0.2s ease-in-out ;
187
187
188
188
&:hover,
Original file line number Diff line number Diff line change 228
228
title =" Open settings"
229
229
{disabled }
230
230
/>
231
- <Dropdown icon ={iconPlus } title ="New item" {disabled } right >
231
+ <Dropdown icon ={iconPlus } title ="New item" {disabled }>
232
232
<button on:click ={() => newItem (" js" )}>New JS</button >
233
233
<button on:click ={() => newItem (" css" )}>New CSS</button >
234
234
<button on:click ={newRemote }>New Remote</button >
You can’t perform that action at this time.
0 commit comments