This commit is contained in:
houxg
2017-02-09 16:18:50 +08:00
parent e6417276ee
commit 65cbea03c0

View File

@@ -910,6 +910,11 @@ div.jGrowl div.jGrowl-closer {
overflow-y: visible; /*防止解析markdown时速度慢, 高度变少*/
overflow-x: hidden;
}
.preview-container,
#preview-contents,
.wmd-preview-section {
overflow-x: auto; /*解决长表格无法滚动问题*/
}
.wmd-prompt-background {
display: none;
}