la-scrollable demo

class="la-scrollable"

1
2
3
4
5
6
7
8
9
10
11
12
        /* hint: */

        .row.la-scrollable {
          display: flex;
          flex-direction: column
          height: 620px;
          overflow: hidden;
        }

        .item {
          flx-shrink: 0;
        }