Skip to content

Commit

Permalink
Merge pull request DSpace#2444 from hugo-escire/issue/2372
Browse files Browse the repository at this point in the history
Fix to Mobile navbar hamburger menu doesn't work in Firefox/Safari DSpace#2372
  • Loading branch information
alanorth authored Sep 5, 2023
2 parents 8b1827e + df722f8 commit 191c039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/dspace/app/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 191c039

Please sign in to comment.