Merge pull request #424 from pybricks/dlech

use overflow: hidden on splitter panes
This commit is contained in:
David Lechner
2021-05-11 14:44:08 -05:00
committed by GitHub
+4
View File
@@ -22,6 +22,10 @@
background-color: $pt-app-background-color;
}
.splitter-layout .layout-pane {
overflow: hidden;
}
.#{$ns}-dark .pb-app-terminal-padding {
background-color: black;
}