We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114b292 commit e102500Copy full SHA for e102500
src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css
@@ -143,7 +143,7 @@
143
max-width: 952px;
144
/* 1000 - 24*2 padding */
145
margin-left: -476px;
146
- z-index: 1000;
+ z-index: 11;
147
}
148
149
.settings-editor > .settings-body .settings-tree-container .setting-toolbar-container {
@@ -182,7 +182,7 @@
182
.settings-editor > .settings-body .settings-toc-container {
183
width: 100%;
184
pointer-events: none;
185
- z-index: 100;
+ z-index: 10;
186
position: absolute;
187
188
@@ -511,4 +511,4 @@
511
512
.settings-editor.search-mode > .settings-body .settings-toc-container .monaco-list-row .settings-toc-count {
513
display: block;
514
-}
+}
0 commit comments