From bbb874c630a02c79958e0b91bcbb6fcb340c24ab Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 23 Sep 2020 20:26:23 +0200 Subject: [PATCH] #46 Fis for issue showing a duplicate diagram below the editor --- docs/global.css | 6 ++++++ docs/index.html | 3 +++ 2 files changed, 9 insertions(+) diff --git a/docs/global.css b/docs/global.css index 76f3eff1..7b94b120 100644 --- a/docs/global.css +++ b/docs/global.css @@ -5,6 +5,10 @@ height: 100%; } + #dgraph-div { + display: none; + } + body { color: #333; margin: 0; @@ -30,6 +34,8 @@ display: block; } + + input, button, select, textarea { font-family: inherit; font-size: inherit; diff --git a/docs/index.html b/docs/index.html index ac035e53..791a53ca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,6 +29,9 @@ font-style: oblique; background: #ffcccc; } + #dgraph-div { + display: none; + } Online FlowChart & Diagrams Editor - Mermaid Live Editor