9 lines
92 B
CSS
9 lines
92 B
CSS
html, body {
|
|
height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
#editor {
|
|
height: 100%;
|
|
}
|