﻿.list-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    scroll-behavior: auto;
    max-height: 570px;
    overflow: auto;
}
