diff options
| author | Martijn Cuppens <[email protected]> | 2019-10-30 09:03:53 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-10-31 08:30:53 +0200 |
| commit | 08ba61e276a6393e8e2b97d56d2feb70a24fe22c (patch) | |
| tree | d5bb54f081692b605b75e9740b9e7b646176fd75 | |
| parent | ca9731692ecbff4e3415a77ff28612ed1fc96ac6 (diff) | |
| download | bootstrap-08ba61e276a6393e8e2b97d56d2feb70a24fe22c.tar.xz bootstrap-08ba61e276a6393e8e2b97d56d2feb70a24fe22c.zip | |
Remove calc function from docs
| -rw-r--r-- | site/assets/scss/_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_sidebar.scss b/site/assets/scss/_sidebar.scss index 8e9f4985f..c2baad1cd 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; } } |
