Skip to content

Commit

Permalink
πŸ› fix when navbar expands on firefox
Browse files Browse the repository at this point in the history
(cherry picked from commit 6070672)
  • Loading branch information
hugo-escire authored and github-actions[bot] committed Sep 5, 2023
1 parent 02c47c3 commit 9afbd8d
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 9afbd8d

Please sign in to comment.