2023-05-05 10:52:21 +02:00

29 lines
252 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;
}
#roll {
height: 300px;
}