mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-17 14:37:58 +00:00
repair resize window bug (#2601)
This commit is contained in:
parent
a4fa2b4a10
commit
bff1fde38d
@ -443,25 +443,6 @@ a.op-icon:focus {
|
|||||||
overflow-y:auto;
|
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 {
|
.side-nav-con {
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user