fix(sidenav): fix sideNav z-index (#71)

This commit is contained in:
PY 2022-02-23 14:57:58 +08:00 committed by GitHub
parent 54c8a2824f
commit 47d0edd888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@
position: fixed;
top: 0;
bottom: 0;
z-index: 10;
z-index: 200;
transition: all 0.3s;
min-height: 100%;