summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/pages.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages.sc b/docs/pages.sc
index 81ca009b..bd8a7547 100644
--- a/docs/pages.sc
+++ b/docs/pages.sc
@@ -70,7 +70,7 @@ def navBar(homePage: Boolean, contentHeaders: Seq[(String, Int)], pageHeaders: S
div(paddingLeft := 40, NarrowStyles.disappear)(
b(navLabel)
),
- div(overflowY.scroll, flexShrink := 1, minHeight := 0)(
+ div(overflowY.auto, flexShrink := 1, minHeight := 0)(
ul(
overflow.hidden,
textAlign.start,
@@ -189,4 +189,4 @@ def postContent(homePage: Boolean, post: PostInfo, adjacentLinks: Frag, posts: S
),
post.headers,
pageHeaders = posts
-) \ No newline at end of file
+)