Skip to content

Commit a3b6aef

Browse files
authored
Fix to Mobile navbar hamburger menu for base (custom) theme
DSpace#2444 only fixes the DSpace theme, not the base (and custom) theme.
1 parent 77081e8 commit a3b6aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/navbar/navbar.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/** Mobile menu styling **/
1111
@media screen and (max-width: map-get($grid-breakpoints, md)-0.02) {
1212
.navbar {
13-
width: 100%;
13+
width: 100vw;
1414
background-color: var(--bs-white);
1515
position: absolute;
1616
overflow: hidden;

0 commit comments

Comments
 (0)