aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 590c053f..8f391070 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -115,6 +115,9 @@ nav {
#sidebar {
grid-area: sidebar;
+}
+
+.column.-scrollable {
top: var(--navbar-height);
position: sticky;
}
@@ -192,7 +195,7 @@ nav {
padding-top: 10px;
position: sticky;
- top: 0;
+ top: var(--navbar-height);
max-height: calc(100vh - var(--navbar-height));
overflow-y: auto;
overflow-x: hidden;