diff --git a/frontend/src/index.css b/frontend/src/index.css index a16e3583..3c084af0 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -65,7 +65,9 @@ box-sizing: border-box; } -html, body, #root { +html, +body, +#root { height: 100%; width: 100%; overflow: hidden; @@ -84,4 +86,4 @@ body { /* xterm.js styles */ .xterm { padding: 0; -} +} \ No newline at end of file