diff --git a/extensions/theme-2026/themes/styles.css b/extensions/theme-2026/themes/styles.css index acd6523ee7b..1401d0551a6 100644 --- a/extensions/theme-2026/themes/styles.css +++ b/extensions/theme-2026/themes/styles.css @@ -62,7 +62,7 @@ .monaco-workbench .part.auxiliarybar { box-shadow: var(--shadow-md); - z-index: 40; + z-index: 35; position: relative; } @@ -85,7 +85,7 @@ /* Panel */ .monaco-workbench .part.panel { box-shadow: var(--shadow-md); - z-index: 35; + /* z-index: 35; */ position: relative; } @@ -103,15 +103,19 @@ /* Sashes - ensure they extend full height and are above other panels */ .monaco-workbench .monaco-sash { - z-index: 45; + z-index: 35; } .monaco-workbench .monaco-sash.vertical { + z-index: 40; +} + +.monaco-workbench .monaco-sash.vertical:nth-child(2) { z-index: 45; } .monaco-workbench .monaco-sash.horizontal { - z-index: 45; + z-index: 35; } /* Editor */ @@ -164,13 +168,6 @@ } } -/* Status Bar */ -.monaco-workbench .part.statusbar { - box-shadow: var(--shadow-md); - z-index: 55; - position: relative; -} - /* Quick Input (Command Palette) */ .monaco-workbench .quick-input-widget { box-shadow: var(--shadow-xl) !important; @@ -611,9 +608,9 @@ /* Notebook */ -.monaco-workbench .notebookOverlay.notebook-editor { +/* .monaco-workbench .notebookOverlay.notebook-editor { z-index: 35 !important; -} +} */ .monaco-workbench .notebookOverlay .monaco-list-row .cell-editor-part:before { box-shadow: inset var(--shadow-sm);