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:
@@ -8,6 +8,7 @@
|
||||
margin: 0;
|
||||
}
|
||||
.content {
|
||||
display: flex;
|
||||
padding: 0rem 1rem 8rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
@@ -577,8 +577,13 @@ ul,ol,li {
|
||||
}
|
||||
|
||||
.side-nav-con {
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
padding:12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.side-nav-con:hover {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.side-nav-link {
|
||||
|
Reference in New Issue
Block a user