]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore height and overflow on docs sidebar
authorMark Otto <markdotto@gmail.com>
Wed, 24 Jul 2019 17:01:38 +0000 (10:01 -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 be7c9d50cd25eb94ba875939c4bd95c62c3493b2..5a5e6076003c57cb4f19623992d6079e3b8f2edc 100644 (file)
@@ -10,6 +10,8 @@
       position: sticky;
       top: 5rem;
       z-index: 1000;
+      height: calc(100vh - 7rem);
+      overflow-y: auto;
     }
   }