Files
Moku/src/App.module.css
T
2026-02-20 23:34:10 -06:00

12 lines
150 B
CSS

.root {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
.content {
flex: 1;
overflow: hidden;
min-height: 0;
}