Skip to content

Commit

Permalink
fix: better mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 9, 2020
1 parent 48b65ff commit 5c46e39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MobileHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const MobileHeader = ({ className, isOpen, toggle }) => {
searchTerm={searchTerm}
css={css`
font-size: 1rem;
padding: 1.5rem 3rem;
position: absolute;
padding: 1.5rem 0rem;
height: calc(
100vh -
(var(--height-mobile-nav-bar) + var(--height-global-header))
Expand Down

0 comments on commit 5c46e39

Please sign in to comment.