Explorar o código

Height fix for document sidebar

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
8416143c65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }