]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove calc function from docs
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 30 Oct 2019 08:03:53 +0000 (09:03 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 31 Oct 2019 06:30:53 +0000 (08:30 +0200)
site/assets/scss/_sidebar.scss

index 8e9f4985f3b5f60e5529ab069720a039c133eca9..c2baad1cdae0359e8879b9da7e709db533f60228 100644 (file)
@@ -5,7 +5,7 @@
     @supports (position: sticky) {
       position: sticky;
       top: 5rem;
-      height: calc(100vh - 7rem);
+      height: subtract(100vh, 7rem);
       overflow-y: auto;
     }
   }