mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #3365 from DSpace/backport-3153-to-dspace-8_x
[Port dspace-8_x] Fix to Mobile navbar hamburger menu for base (custom) theme
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/** 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;
|
||||
|
Reference in New Issue
Block a user