mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
app: fix resize handle visible through activity pane
This commit is contained in:
committed by
David Lechner
parent
936e142429
commit
bef91f948f
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user