Skip to content

Commit

Permalink
Prevent menu from disappearing on the mobile chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Sep 4, 2022
1 parent d9a5ace commit 82f98e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Menu/Menu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.container {
position: fixed;
top: 100%;
bottom: 0;
left: 0;
z-index: 700;
display: flex;
Expand All @@ -13,7 +13,6 @@
color: c.$text-secondary;
background: c.$background;
box-shadow: 0 0 0.15rem 0 c.$text-secondary;
transform: translateY(-100%);

.icon {
font-size: 1.5rem;
Expand Down

0 comments on commit 82f98e0

Please sign in to comment.