Код: Выделить всё
.my-block{
display: flex;
overflow-x: auto;
height: 20em;
}
.my-block--contain {
overscroll-behavior-x: contain;
}
Следует отметить, что если вы поместите overscroll-behavior-x: contains; в элемент html или body, тогда это работает.>
Подробнее здесь: https://stackoverflow.com/questions/798 ... -overscrol
Мобильная версия