aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2021-02-03 20:42:24 +0100
committerGitHub <[email protected]>2021-02-03 21:42:24 +0200
commite4b249d02b14054843cb9cbd0309f7cf45027db6 (patch)
tree54b73354cb6187c4848a4d53dc2993ed7edf72ea
parent203b3e218c9776bc9b8a6019588c838a60e62fe9 (diff)
downloadbootstrap-e4b249d02b14054843cb9cbd0309f7cf45027db6.tar.xz
bootstrap-e4b249d02b14054843cb9cbd0309f7cf45027db6.zip
fix(navbar): hardcoded custom property (#32930)
-rw-r--r--scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index e3eda27aa..837f487e2 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;
}