🐛 fix when navbar expands on firefox

(cherry picked from commit 60706720e4)
This commit is contained in:
Hugo Dominguez
2023-08-18 13:20:19 -06:00
committed by github-actions[bot]
parent 02c47c3234
commit 9afbd8d746

View File

@@ -7,7 +7,7 @@ nav.navbar {
/** 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;