Skip to content

Commit cbd681d

Browse files
authored
Merge pull request DSpace#3153 from eulereadgbe/patch-1
Fix to Mobile navbar hamburger menu for base (custom) theme
2 parents ff322e2 + a3b6aef commit cbd681d

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)