Skip to content

Commit

Permalink
fix: no more horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 25, 2020
1 parent d08ae19 commit 1bf3f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MobileHeader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
position: relative;
border-bottom: 1px solid var(--color-neutrals-100);
padding: 0 2rem;
width: 100vw;
}

.menuBar {
Expand All @@ -20,7 +21,6 @@
font-size: 1rem;
padding: 1.5rem 3rem;
position: absolute;
width: 100vw;
height: calc(
100vh - (var(--height-mobile-nav-bar) + var(--height-global-header))
);
Expand Down

0 comments on commit 1bf3f18

Please sign in to comment.