Browse Source

display split tab spanners below the maximized pane

Eugene Pankov 3 years ago
parent
commit
78cd2a0794
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-core/src/components/splitTab.component.scss

+ 1 - 1
tabby-core/src/components/splitTab.component.scss

@@ -18,7 +18,7 @@
     }
 
     &.maximized {
-        z-index: 2;
+        z-index: 6;
         box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 30px;
         backdrop-filter: blur(10px);
         border-radius: 10px;