소스 검색

Height fix for document sidebar

JC Brand 8 년 전
부모
커밋
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;
 }