Merge pull request #3153 from eulereadgbe/patch-1

Fix to Mobile navbar hamburger menu for base (custom) theme
This commit is contained in:
Tim Donohue
2024-09-26 13:21:53 -05:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
/** Mobile menu styling **/
@media screen and (max-width: map-get($grid-breakpoints, md)-0.02) {
.navbar {
width: 100%;
width: 100vw;
background-color: var(--bs-white);
position: absolute;
overflow: hidden;