Fix monaco overflowing in certain browsers

This commit is contained in:
Kristóf Tóth 2018-06-13 09:40:59 +02:00
parent 8de4c30f80
commit bc459afd2a

View File

@ -3,3 +3,9 @@
@import '../node_modules/xterm/dist/xterm.css';
@import "assets/scss/main";
body, html {
height: 100vh;
width: 100vw;
overflow: hidden;
}