aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r--src/main/assets/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css
index 732bb6bc..7e95eae1 100644
--- a/src/main/assets/style.css
+++ b/src/main/assets/style.css
@@ -1017,6 +1017,8 @@ article p {
#sidebar_wrapper {
position: fixed;
width: 300px;
+ overflow-y: auto;
+ height: 100%;
}
#header_wrapper,
#content_wrapper {