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:
@@ -95,6 +95,7 @@
|
||||
}
|
||||
|
||||
.cur-view-content {
|
||||
display: flex;
|
||||
padding: 0.625rem 1rem 1.25rem;
|
||||
height: calc(100% - 40px);
|
||||
flex: 1;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user