Fix debugger alignment

This commit is contained in:
Jordan Eldredge 2019-08-08 07:53:36 -07:00
parent 1169b259d4
commit f2f13e360e

View file

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