app: fix resize handle visible through activity pane

This commit is contained in:
David Lechner
2022-12-08 17:10:47 -06:00
committed by David Lechner
parent 936e142429
commit bef91f948f
+1 -1
View File
@@ -129,7 +129,7 @@ $dark-splitter-color-hover: color.adjust(
padding: bp.$pt-grid-size * 0.5;
align-items: center;
justify-content: center;
z-index: bp.$pt-z-index-overlay;
z-index: bp.$pt-z-index-content;
color: $splitter-color;
background-color: $splitter-background-color;