frontpage/styles/REPL/REPLComplete.module.css
2021-12-26 15:16:09 +01:00

6 lines
101 B
CSS

.container {
overflow-y: auto;
display: flex;
flex-direction: column;
flex-grow: 2;
}