Fix debugger alignment

This commit is contained in:
Jordan Eldredge 2019-08-08 07:53:36 -07:00
parent b2cb4406fa
commit 3458498f6a

View file

@ -36,7 +36,7 @@ function Wrapper() {
{...getRootProps()}
style={{
height: "100vh",
width: "100vh",
width: "100vw",
backgroundColor: isDragActive ? "yellow" : "white",
}}
>