mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
12 lines
150 B
CSS
12 lines
150 B
CSS
.root {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.content {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
min-height: 0;
|
|
} |