Files
cunkebao_v3/Layout.css

10 lines
126 B
CSS
Raw Normal View History

.container {
display: flex;
height: 100vh;
flex-direction: column;
}
.container main {
flex: 1;
overflow: auto;
}