From 437b11614e3efc05f15d43753ee756986f4b6bed Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Wed, 28 Nov 2018 17:33:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=9B=BE=E8=BF=87=E5=A4=A7=E5=AF=BC=E8=87=B4=E7=9A=84=E6=92=91?= =?UTF-8?q?=E7=A0=B4=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/markdown.preview.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/markdown.preview.css b/static/css/markdown.preview.css index 9adabc7cd..800404061 100644 --- a/static/css/markdown.preview.css +++ b/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;