Line 171: | Line 171: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
− | z-index: | + | z-index: 9999; |
} | } | ||
.menu{ | .menu{ | ||
Line 179: | Line 179: | ||
transition: transform 0.6s ease-out; | transition: transform 0.6s ease-out; | ||
position: fixed; | position: fixed; | ||
− | width: | + | width: 100vw; |
margin-top: 0; | margin-top: 0; | ||
background: red; | background: red; | ||
height: 30%; | height: 30%; | ||
+ | z-index: 9999; | ||
} | } | ||
Revision as of 21:35, 12 September 2021