Как прокрутить оси x

.wrapper {
    display: flex;
    overflow-x: auto;
}
Tender Tiger