diff --git a/frontend/styles/app.css b/frontend/styles/app.css index 02430c2..5b320be 100644 --- a/frontend/styles/app.css +++ b/frontend/styles/app.css @@ -3,12 +3,6 @@ body { height: 100vh; } -#runButton { - position: absolute; - top: 25px; - right: calc(50% + 25px); -} - #app { height: 100%; } @@ -18,3 +12,17 @@ body { height: 100%; float: left; } + +#editor { + overflow: hidden; +} + +#terminal { + background: black; +} + +#runButton { + position: absolute; + top: 25px; + right: calc(50% + 25px); +}