Skip to content

Commit 2d85d81

Browse files
Merge pull request #17 from PrakashDurlabhji/issue_2456
Issue #18 Fix
2 parents 249ec51 + fc8aee3 commit 2d85d81

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed

dist/dev/index.js

Lines changed: 21 additions & 21 deletions
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: 4 additions & 2 deletions
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;
@@ -38,7 +37,7 @@
3837
cursor: pointer;
3938

4039
span {
41-
@include Barlow-Condensed-SemiBold;
40+
@include Roboto-Regular;
4241
color: $white;
4342
font-size: 28px;
4443
line-height: 40px;
@@ -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)