0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fix(navbar): hardcoded custom property (#32930)

This commit is contained in:
Gaël Poupard 2021-02-03 20:42:24 +01:00 committed by GitHub
parent 203b3e218c
commit e4b249d02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}