Fix global image drop zIndex

This commit is contained in:
Mitchell McCaffrey 2021-06-07 22:27:28 +10:00
parent 3ef61cac26
commit 2088c2ab04

View File

@ -166,6 +166,7 @@ function GlobalImageDrop({ children, onMapChange, onMapTokensStateCreate }) {
bottom: 0,
cursor: "copy",
flexDirection: "column",
zIndex: 100,
}}
{...overlayListeners}
>