From 2088c2ab04fff430255e85278fca430263ac86e8 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 7 Jun 2021 22:27:28 +1000 Subject: [PATCH] Fix global image drop zIndex --- src/components/image/GlobalImageDrop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/image/GlobalImageDrop.js b/src/components/image/GlobalImageDrop.js index 24588fe..b1909e6 100644 --- a/src/components/image/GlobalImageDrop.js +++ b/src/components/image/GlobalImageDrop.js @@ -166,6 +166,7 @@ function GlobalImageDrop({ children, onMapChange, onMapTokensStateCreate }) { bottom: 0, cursor: "copy", flexDirection: "column", + zIndex: 100, }} {...overlayListeners} >