From a68db0f171dac84611b679a47695f4a1e132aa24 Mon Sep 17 00:00:00 2001 From: Dranorter Date: Wed, 6 Oct 2021 17:10:06 -0400 Subject: [PATCH] burg editor - MFCG preview --- index.css | 6 +++ index.html | 16 ++++-- main.js | 1 - modules/markers-generator.js | 2 +- modules/ui/burg-editor.js | 99 ++++++++++++++++++++---------------- 5 files changed, 75 insertions(+), 49 deletions(-) diff --git a/index.css b/index.css index c56c50a3..db8ccb89 100644 --- a/index.css +++ b/index.css @@ -36,6 +36,12 @@ textarea { width: 100%; } +iframe { + border: 0; + pointer-events: none; + width: 100%; +} + #map { background-color: #000000; mask-mode: alpha; diff --git a/index.html b/index.html index d9e093f2..753f18d2 100644 --- a/index.html +++ b/index.html @@ -1953,8 +1953,9 @@