2023-05-05 11:09:44 +02:00

30 lines
278 B
CSS

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