13 lines
150 B
CSS
13 lines
150 B
CSS
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
background: #0a0a16;
|
|
}
|
|
|
|
#editor-app {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|