mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fix(navbar): hardcoded custom property (#32930)
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user