From: Martijn Cuppens Date: Wed, 30 Oct 2019 08:03:53 +0000 (+0100) Subject: Remove calc function from docs X-Git-Tag: v5.0.0-alpha1~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ba61e276a6393e8e2b97d56d2feb70a24fe22c;p=thirdparty%2Fbootstrap.git Remove calc function from docs --- diff --git a/site/assets/scss/_sidebar.scss b/site/assets/scss/_sidebar.scss index 8e9f4985f3..c2baad1cda 100644 --- a/site/assets/scss/_sidebar.scss +++ b/site/assets/scss/_sidebar.scss @@ -5,7 +5,7 @@ @supports (position: sticky) { position: sticky; top: 5rem; - height: calc(100vh - 7rem); + height: subtract(100vh, 7rem); overflow-y: auto; } }