revert: 更改 aside z-index 恢复为5

#Comment
comment 要保证header登陆信息能覆盖aside
This commit is contained in:
Argo Zhang 2019-08-15 09:26:15 +08:00
parent 6dad3b9739
commit 64329abfab
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ aside {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 1080; z-index: 5;
background: #2a3542; background: #2a3542;
} }