Skip to content

Commit 4321675

Browse files
committed
Fix mobile menu overlap with left menu and footer content
1 parent b5c12eb commit 4321675

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/css/header.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
.navbar-new-top {
1+
.header-top-row {
22
background: var(--color-brand-white);
3+
padding: 0 var(--width-container-gutter);
4+
}
5+
6+
.header-top-row .container {
7+
padding-left:0;
8+
padding-right: 0;
39
}
410

511
.navbar-brand img {
@@ -305,5 +311,6 @@
305311
display: block;
306312
position: absolute;
307313
width: 100%;
314+
left: 0;
308315
}
309316
}

src/css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
scrollbar-width: thin;
88
scrollbar-color: var(--color-border) transparent;
99
height: 100%;
10-
z-index: var(--z-index-nav);
10+
z-index: 5;
1111
transition: all 0.1s;
1212
}
1313

0 commit comments

Comments
 (0)