mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 10:40:23 +00:00
fix(navbar): hardcoded custom property (#32930)
This commit is contained in:
parent
203b3e218c
commit
e4b249d02b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue