diff options
| author | Gaƫl Poupard <[email protected]> | 2021-02-03 20:42:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-03 21:42:24 +0200 |
| commit | e4b249d02b14054843cb9cbd0309f7cf45027db6 (patch) | |
| tree | 54b73354cb6187c4848a4d53dc2993ed7edf72ea /scss | |
| parent | 203b3e218c9776bc9b8a6019588c838a60e62fe9 (diff) | |
| download | bootstrap-e4b249d02b14054843cb9cbd0309f7cf45027db6.tar.xz bootstrap-e4b249d02b14054843cb9cbd0309f7cf45027db6.zip | |
fix(navbar): hardcoded custom property (#32930)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_navbar.scss | 2 |
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; } |
