From a9755dacc8a13b43c20c819bfe05871a39bed955 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 16 Sep 2021 10:20:54 +0300 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 | 111 ++++++++++++++++++----------------- 5 files changed, 78 insertions(+), 58 deletions(-) diff --git a/index.css b/index.css index a5768367..1b0512fe 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 a143b30c..c84bcd61 100644 --- a/index.html +++ b/index.html @@ -1947,8 +1947,9 @@