.comments-box {
    max-height: 440px;
    overflow-x: auto;
}

.table-scrolled {
    overflow-y: scroll;
    height: 400px;
    white-space: nowrap;
}
.table-scrolled thead{
    position: sticky;
    top: 0;
}