Fix to Mobile navbar hamburger menu for base (custom) theme

https://github.com/DSpace/dspace-angular/pull/2444 only fixes the DSpace theme, not the base (and custom) theme.
This commit is contained in:
Elvi Nemiz
2024-06-29 08:14:10 +08:00
committed by GitHub
parent 77081e80c3
commit a3b6aef66a

View File

@@ -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;