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

repair scroll bug (#2585)

This commit is contained in:
杨顺强
2018-11-30 17:46:11 +08:00
committed by Daniel Pan
parent 4880622795
commit bb12841b3c
2 changed files with 5 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
}
.cur-view-content {
display: flex;
padding: 0.625rem 1rem 1.25rem;
height: calc(100% - 40px);
flex: 1;

View File

@@ -57,6 +57,10 @@ img[src=""] {
min-height: 0;
}
.wiki-main-panel .cur-view-content {
overflow: hidden;
}
.cur-view-content .markdown-container{
padding: 0 1.5rem;
display: flex;