Unwanted scrollbars

Because it is given a mandatory vertical scrollbar:

.smflex div:last-child {
    flex-basis: calc(20% - 20px);
    height: 400px;
    overflow-y: scroll;
}

:wink:

1 Like