From 3458498f6a26f48e5ed008afdaa9ea1c04650dff Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 8 Aug 2019 07:53:36 -0700 Subject: [PATCH] Fix debugger alignment --- modern/src/debugger/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modern/src/debugger/index.js b/modern/src/debugger/index.js index 2280da75..dc45c8ba 100644 --- a/modern/src/debugger/index.js +++ b/modern/src/debugger/index.js @@ -36,7 +36,7 @@ function Wrapper() { {...getRootProps()} style={{ height: "100vh", - width: "100vh", + width: "100vw", backgroundColor: isDragActive ? "yellow" : "white", }} >