10 lines
126 B
CSS
10 lines
126 B
CSS
.container {
|
|
display: flex;
|
|
height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.container main {
|
|
flex: 1;
|
|
overflow: auto;
|
|
} |