fix: ensure procedural runtime panes are scrollable in app shell

This commit is contained in:
chihlasm
2026-02-17 20:21:49 -05:00
parent db715929e7
commit 9f2e98376e
2 changed files with 6 additions and 3 deletions

View File

@@ -88,10 +88,13 @@
}
.sidebar {
min-height: 0;
overflow-y: auto;
}
.main-content {
min-height: 0;
min-width: 0;
overflow-y: auto;
}