From 97f6e19f03c5571e7ddca8909f327640f93fb437 Mon Sep 17 00:00:00 2001 From: Priyaraj17 Date: Mon, 5 Apr 2021 20:28:08 +0530 Subject: [PATCH] Changed the z-index of .mk-prompt to resolve the problem of map credits being overlayed on Insert Image popup. --- dist/PublicLab.Editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/PublicLab.Editor.css b/dist/PublicLab.Editor.css index f9b05238..994ec43b 100644 --- a/dist/PublicLab.Editor.css +++ b/dist/PublicLab.Editor.css @@ -283,7 +283,7 @@ textarea.ple-textarea { .wk-prompt { border-radius: 10px; padding: 20px; - z-index: 999; + z-index: 10000; } /* Following may be removed if this is resolved: