From e4b249d02b14054843cb9cbd0309f7cf45027db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Wed, 3 Feb 2021 20:42:24 +0100 Subject: [PATCH] fix(navbar): hardcoded custom property (#32930) --- scss/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }