Code: Select all
.container {
display: flex;
flex-direction: column;
max-width: 200px;
background-color: orange;
overflow: auto;
}
.test {
height: 100px;
}
.test-one {
background-color: pink;
}
.test-two {
width: 500px;
background-color: red;
}
Code: Select all
Test one
Test two