فهرست منبع

feat:优化流程图过大导致的撑破页面的问题

lifei6671 6 سال پیش
والد
کامیت
437b11614e
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      static/css/markdown.preview.css

+ 3 - 1
static/css/markdown.preview.css

@@ -40,7 +40,9 @@
 .editormd-preview-container table tr {
     background-color: #fff
 }
-
+.editormd-preview-container .sequence-diagram, .editormd-preview-container .flowchart, .editormd-html-preview .sequence-diagram, .editormd-html-preview .flowchart{
+    overflow: auto;
+}
 /**************TOC*******************/
 .editormd-preview-container{
     position: relative;