]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(navbar): hardcoded custom property (#32930)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 3 Feb 2021 19:42:24 +0000 (20:42 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 19:42:24 +0000 (21:42 +0200)
scss/_navbar.scss

index e3eda27aa92be5558783e2c4c28509c678a27479..837f487e258a9136247b922b5a4e5e276f5016ca 100644 (file)
 }
 
 .navbar-nav-scroll {
-  max-height: var(--bs-scroll-height, 75vh);
+  max-height: var(--#{$variable-prefix}scroll-height, 75vh);
   overflow-y: auto;
 }