aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}