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

repair wiki scroll bug (#4147)

This commit is contained in:
杨顺强
2019-10-14 11:52:02 +08:00
committed by Daniel Pan
parent 5b789c4300
commit a30d0d3469

View File

@@ -68,6 +68,7 @@ img[src=""] {
.cur-view-content { .cur-view-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden;
} }
.cur-view-content .wiki-page-container { .cur-view-content .wiki-page-container {