1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[mobile] make 'about' dialog shown on top of 'side nav' (#4504)

This commit is contained in:
llj
2020-04-14 14:18:48 +08:00
committed by GitHub
parent e6d5ff343b
commit 9fcd777121
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
.side-panel {
position:fixed;
left:-300px;
z-index: 1060;
z-index: 1031;
width: 300px;
max-width: calc(100% - 40px);
height:100%;