CSS:
.col {
width: 100%;
...
}
.block-flex {
display: flex;
justify-content: flex-end;
align-items: center;
...
}
.scroll-dx {
overflow-x: scroll;
...
}
HTML:
<div class="col block-flex scroll-dx"><div>
scrollable when set to flex-start