Skip to content

Commit fc8aee3

Browse files
issue 2456 fix
1 parent efadb87 commit fc8aee3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/dev/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/TopNav/MobileSubNav.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
@import "../../assets/sass/_global/utils";
33

44
.mobileSubNav {
5-
position: absolute;
65
width: 100%;
76
height: 60px;
87
left: 0;
@@ -55,6 +54,9 @@
5554
padding: $base-unit * 3 $base-unit * 4;
5655
background: $teal;
5756
border-top: 1px solid $teal-light;
57+
width: 100%;
58+
z-index: 999;
59+
position: absolute;
5860

5961
.mobileSubNavChild {
6062
color: $white;

0 commit comments

Comments
 (0)