1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

[side nav] fixed 'scroll' problem for mobile (#4053)

This commit is contained in:
llj
2019-09-04 15:14:46 +08:00
committed by Daniel Pan
parent 2d4604e71e
commit 0975fc064f

View File

@@ -569,14 +569,10 @@ ul,ol,li {
}
.side-nav-con {
overflow:hidden;
overflow: auto;
padding:12px;
}
.side-nav-con:hover {
overflow-y:auto;
}
.side-nav-footer {
display:flex;
flex-shrink:0;