.table-scroll {
    width: 100%;
    table-layout: fixed;
}

.table-scroll-content {
    height: 500px;
    overflow-x: auto;
}