From: Mark Otto Date: Thu, 25 Jul 2019 06:47:49 +0000 (-0700) Subject: Restore `7rem` so that the sidebar is balanced on top and bottom X-Git-Tag: v5.0.0-alpha1~918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3adcf3a9543aedef3dd0cdfa042f756053b02d08;p=thirdparty%2Fbootstrap.git Restore `7rem` so that the sidebar is balanced on top and bottom --- diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss index e8cc5bdab7..9708a426d4 100644 --- a/site/static/docs/4.3/assets/scss/_sidebar.scss +++ b/site/static/docs/4.3/assets/scss/_sidebar.scss @@ -6,7 +6,7 @@ position: sticky; top: 5rem; z-index: 1000; - height: calc(100vh - 5rem); + height: calc(100vh - 7rem); overflow-y: auto; } }