Fix global image drop zIndex
This commit is contained in:
parent
3ef61cac26
commit
2088c2ab04
@ -166,6 +166,7 @@ function GlobalImageDrop({ children, onMapChange, onMapTokensStateCreate }) {
|
|||||||
bottom: 0,
|
bottom: 0,
|
||||||
cursor: "copy",
|
cursor: "copy",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
|
zIndex: 100,
|
||||||
}}
|
}}
|
||||||
{...overlayListeners}
|
{...overlayListeners}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user