From: Mark Otto Date: Sun, 28 May 2017 00:36:20 +0000 (-0700) Subject: give the navbar a fixed height so we can position other sticky elements more reliably X-Git-Tag: v4.0.0-beta~187^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4564f7e3efd1e95c9a52c584d35c1ee64d849c20;p=thirdparty%2Fbootstrap.git give the navbar a fixed height so we can position other sticky elements more reliably --- diff --git a/docs/assets/scss/_nav.scss b/docs/assets/scss/_nav.scss index 394adc892b..5f1d1d22af 100644 --- a/docs/assets/scss/_nav.scss +++ b/docs/assets/scss/_nav.scss @@ -10,6 +10,7 @@ position: sticky; top: 0; z-index: 1030; // over everything in bootstrap + height: 4rem; // max-height: calc(100vh - 4rem); // overflow-y: auto; // }