mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 16:48:32 +00:00
25 lines
224 B
CSS
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;
|
|
}
|