浏览代码

Height fix for document sidebar

JC Brand 7 年之前
父节点
当前提交
8416143c65
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }