1
0
Fork 0

Fix menu z-index on mobile on watch page

This commit is contained in:
Chocobozzz 2020-02-13 10:28:42 +01:00
parent 24e7916c68
commit 72ab1bc82d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
height: calc(100vh - #{$header-height});
padding: 0;
width: $menu-width;
z-index: 10000;
z-index: 11000;
}
menu {