From: Mark Otto Date: Wed, 24 Jul 2019 17:01:38 +0000 (-0700) Subject: Restore height and overflow on docs sidebar X-Git-Tag: v5.0.0-alpha1~922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249414068926a048f26dc2f8b48f71f8226cce54;p=thirdparty%2Fbootstrap.git Restore height and overflow on docs sidebar --- diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss index be7c9d50cd..5a5e607600 100644 --- a/site/static/docs/4.3/assets/scss/_sidebar.scss +++ b/site/static/docs/4.3/assets/scss/_sidebar.scss @@ -10,6 +10,8 @@ position: sticky; top: 5rem; z-index: 1000; + height: calc(100vh - 7rem); + overflow-y: auto; } }