Put main menu in front #2

Merged
ArisuOngaku merged 1 commits from put-main-menu-in-front into master 2020-07-06 12:11:01 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ header {
ul {
flex-direction: column;
position: absolute;
z-index: 10;
left: 0;
transform: translateX(-100%);
transition: transform ease-out 150ms;