Browse Source

Height fix for document sidebar

JC Brand 7 years ago
parent
commit
8416143c65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/_static/style.css

+ 1 - 1
docs/source/_static/style.css

@@ -38,7 +38,7 @@ h5 {
 }
 }
 
 
 #sidebar > .nav-list {
 #sidebar > .nav-list {
-    height: 100vh;
+    max-height: 70vh;
     overflow-y: scroll;
     overflow-y: scroll;
 }
 }