This commit is contained in:
Adrian Thompson
2020-09-08 16:14:33 +02:00
parent 21603dc856
commit 3b490e9995

View File

@@ -18,7 +18,7 @@
grid-area: menu; grid-area: menu;
color: #1e1e1e; color: #1e1e1e;
border-radius: 50% 50%; border-radius: 50% 50%;
z-index: 11; z-index: 3;
width: 36px; width: 36px;
height: 36px; height: 36px;
background: $primary; background: $primary;
@@ -35,13 +35,9 @@
display: block; display: block;
position: relative; position: relative;
border-radius: 3px; border-radius: 3px;
height: 3px; height: 3px;
width: 18px; width: 18px;
background: #111; background: #111;
z-index: 0;
z-index: 1; z-index: 1;
transform-origin: 4px 0px; transform-origin: 4px 0px;
transition: transition:
@@ -86,10 +82,9 @@
top: 0; top: 0;
background-color: $primary; background-color: $primary;
width: 100%; width: 100%;
z-index: 10; z-index: 2;
overflow: hidden; overflow: hidden;
transition: max-height 0.5s ease-out; transition: max-height 0.5s ease-out;
height: auto;
height: 100vh; height: 100vh;
max-height: 100vh; max-height: 100vh;
display: flex; display: flex;