1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

outline scroll (#3126)

This commit is contained in:
Michael An
2019-03-18 14:09:40 +08:00
committed by Daniel Pan
parent 4ce7e2fe58
commit 9e968a73e7

View File

@@ -49,11 +49,14 @@
width: 260px; width: 260px;
position: fixed; position: fixed;
top: 68px; top: 68px;
overflow-y: auto; overflow-y: hidden;
right: 5%; right: 5%;
z-index: 1; z-index: 1;
height: 80%; height: 80%;
} }
.seafile-md-viewer .seafile-editor-outline:hover {
overflow: auto;
}
.seafile-md-viewer .seafile-editor-outline .active { .seafile-md-viewer .seafile-editor-outline .active {
color: #eb8205; color: #eb8205;
border-left: 1px solid #eb8205; border-left: 1px solid #eb8205;