aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/skeleton.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/skeleton.css')
-rw-r--r--static/skeleton.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/skeleton.css b/static/skeleton.css
index bc08f7b..2965c2d 100644
--- a/static/skeleton.css
+++ b/static/skeleton.css
@@ -133,8 +133,10 @@ main {
#leftPane,
#rightPane {
position: sticky;
- top: 72px;
+ top: 56px;
height: max-content;
+ max-height: calc(100vh - 56px);
+ overflow-y: auto;
}
@media (width < 1200px) {
#leftPane,