From: Gaƫl Poupard Date: Wed, 3 Feb 2021 19:42:24 +0000 (+0100) Subject: fix(navbar): hardcoded custom property (#32930) X-Git-Tag: v5.0.0-beta2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b249d02b14054843cb9cbd0309f7cf45027db6;p=thirdparty%2Fbootstrap.git fix(navbar): hardcoded custom property (#32930) --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index e3eda27aa9..837f487e25 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -149,7 +149,7 @@ } .navbar-nav-scroll { - max-height: var(--bs-scroll-height, 75vh); + max-height: var(--#{$variable-prefix}scroll-height, 75vh); overflow-y: auto; }