.table-wrapper-scroll-y {
    display: block;
    max-height: 100%;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}