style(mobile.css): decrease z-index of .nav-mask to 35 (#337)

This commit is contained in:
Danny Avila 2023-05-19 21:09:07 -04:00 committed by GitHub
parent cef2668f53
commit 8c7ad09977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@
}
.nav-mask {
position: fixed;
z-index: 996;
z-index: 35;
left: 0;
right: 0;
top: 0;