mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Fix monaco overflowing in certain browsers
This commit is contained in:
parent
8de4c30f80
commit
bc459afd2a
@ -3,3 +3,9 @@
|
|||||||
@import '../node_modules/xterm/dist/xterm.css';
|
@import '../node_modules/xterm/dist/xterm.css';
|
||||||
|
|
||||||
@import "assets/scss/main";
|
@import "assets/scss/main";
|
||||||
|
|
||||||
|
body, html {
|
||||||
|
height: 100vh;
|
||||||
|
width: 100vw;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user