6 lines
101 B
CSS
6 lines
101 B
CSS
|
.container {
|
||
|
overflow-y: auto;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex-grow: 2;
|
||
|
}
|