Код: Выделить всё
.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;
}Код: Выделить всё
Test one
Test two
Подробнее здесь: https://stackoverflow.com/questions/793 ... ent-in-css
Мобильная версия