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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user