1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

reapir side-panel scroll bug (#4247)

This commit is contained in:
杨顺强
2019-11-13 15:32:16 +08:00
committed by Daniel Pan
parent 803c15730d
commit 3791a4653e
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
margin: 0; margin: 0;
} }
.content { .content {
display: flex;
padding: 0rem 1rem 8rem; padding: 0rem 1rem 8rem;
overflow: auto; overflow: auto;
} }

View File

@@ -577,8 +577,13 @@ ul,ol,li {
} }
.side-nav-con { .side-nav-con {
overflow: auto; flex: 1;
padding:12px; padding:12px;
overflow: hidden;
}
.side-nav-con:hover {
overflow-y: auto;
} }
.side-nav-link { .side-nav-link {