Browse Source

Height fix for document sidebar

JC Brand 8 năm trước cách đây
mục cha
commit
8416143c65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/source/_static/style.css

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

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