fix: 聊天、任务中的md文件预览无法滚动

This commit is contained in:
kuaifan 2022-09-06 16:50:13 +08:00
parent 03feb01af4
commit 2347d7c7b7
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,9 @@
outline: 0;
padding: 0;
}
.markdown-preview-warp {
overflow: auto;
}
.preview-iframe {
background: 0 0;
float: none;

View File

@ -34,6 +34,9 @@
outline: 0;
padding: 0;
}
.markdown-preview-warp {
overflow: auto;
}
.preview-iframe {
background: 0 0;
float: none;