]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore `7rem` so that the sidebar is balanced on top and bottom
authorMark Otto <otto@github.com>
Thu, 25 Jul 2019 06:47:49 +0000 (23:47 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 25 Jul 2019 07:25:39 +0000 (10:25 +0300)
site/static/docs/4.3/assets/scss/_sidebar.scss

index e8cc5bdab75e4e8c1220315f39f8a4c6ea78e0cd..9708a426d43b0e75b3264150d9095d48de31397d 100644 (file)
@@ -6,7 +6,7 @@
       position: sticky;
       top: 5rem;
       z-index: 1000;
-      height: calc(100vh - 5rem);
+      height: calc(100vh - 7rem);
       overflow-y: auto;
     }
   }