Fixed layout and interaction for mobile

This commit is contained in:
Mitchell McCaffrey
2020-03-26 14:53:02 +11:00
parent d2ca6cc177
commit 7c07caa70d
7 changed files with 55 additions and 24 deletions
+3 -3
View File
@@ -112,12 +112,12 @@ function ProxyToken({ tokenClassName, onProxyDragEnd, size }) {
return ReactDOM.createPortal(
<Box
sx={{
width: "100vw",
height: "100vh",
position: "absolute",
overflow: "hidden",
top: 0,
left: 0
left: 0,
bottom: 0,
right: 0
}}
>
<Image