Pārlūkot izejas kodu

Height fix for document sidebar

JC Brand 7 gadi atpakaļ
vecāks
revīzija
8416143c65
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 }