1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-10 17:05:06 +00:00

repair resize window bug ()

This commit is contained in:
杨顺强 2018-12-06 11:58:17 +08:00 committed by Daniel Pan
parent a4fa2b4a10
commit bff1fde38d

View File

@ -443,25 +443,6 @@ a.op-icon:focus {
overflow-y:auto;
}
@media (max-width: 767px) {
.side-nav {
background: #f8f8f8;
width:300px;
position:fixed;
left:-300px;
top:0;
bottom:0;
z-index:1;
box-shadow:0 0 4px #ccc;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.side-nav-shown {
left:0;
}
}
.side-nav-con {
overflow:hidden;
padding:20px;