mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
Merge pull request #424 from pybricks/dlech
use overflow: hidden on splitter panes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user