Because it is given a mandatory vertical scrollbar:
.smflex div:last-child {
flex-basis: calc(20% - 20px);
height: 400px;
overflow-y: scroll;
}
Because it is given a mandatory vertical scrollbar:
.smflex div:last-child {
flex-basis: calc(20% - 20px);
height: 400px;
overflow-y: scroll;
}