2023-05-05 08:55:43 +02:00

25 lines
224 B
CSS

body,
html {
margin: 0;
height: 100%;
}
#editor {
overflow: auto;
height: 100%;
}
.cm-editor {
height: 100%;
}
main {
height: 100%;
display: flex;
flex-direction: column;
}
.container {
flex-grow: 1;
}