use overflow: hidden on splitter panes

This fixes problems with double scroll bars showing up.

Fixes: https://github.com/pybricks/pybricks-code/issues/406
Fixes: https://github.com/pybricks/pybricks-code/issues/407
This commit is contained in:
David Lechner
2021-05-11 14:38:04 -05:00
parent c346498d78
commit 4da6f7e368
+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;
}