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", }} >