From: Mark Otto Date: Tue, 4 Jul 2017 18:57:35 +0000 (-0700) Subject: move the overflow-y to the sticky `@supports` block X-Git-Tag: v4.0.0-beta~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f093b90a7d4d2c84c526d8e0896e3fc9353f26ce;p=thirdparty%2Fbootstrap.git move the overflow-y to the sticky `@supports` block also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway --- diff --git a/assets/scss/_sidebar.scss b/assets/scss/_sidebar.scss index 8e10f37644..b9acf308b0 100644 --- a/assets/scss/_sidebar.scss +++ b/assets/scss/_sidebar.scss @@ -9,12 +9,11 @@ position: sticky; top: 4rem; max-height: calc(100vh - 4rem); + overflow-y: auto; } order: 2; padding-top: 1.5rem; padding-bottom: 1.5rem; - overflow-x: visible; - overflow-y: auto; font-size: .875rem; }