Fix tile droppable rendering on Safari
This commit is contained in:
@@ -40,7 +40,10 @@ function TilesContainer({ children }) {
|
||||
id={ADD_TO_MAP_ID}
|
||||
style={{
|
||||
position: "absolute",
|
||||
inset: 0,
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
zIndex: -1,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user