Fix navigation

This commit is contained in:
Kevin Kandlbinder 2021-10-18 17:51:31 +02:00
parent 4b0487e300
commit fb16ded074
6 changed files with 84 additions and 58 deletions

View file

@ -16,6 +16,7 @@
transition: opacity 0.25s, left 0.25s;
pointer-events: none;
overscroll-behavior: contain;
&.active {
left: 0;
@ -112,6 +113,7 @@
.hamburger {
display: none;
height: 43px;
margin-top: -3px;
@media (max-width: 500px) {
display: block;