.uc-my-table {
    overflow: auto;
    max-height: 500px;
}

.uc-my-table table {
    width: 100%;
    border-collapse: collapse;
}

.uc-my-table table thead tr {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}