﻿.manday-table {
    width: 100%;
    overflow: scroll;
    max-height: calc(100vh - 45vh);
    min-height: auto
}

th {
    width: 150px;
}

@media (max-width: 780px){
    th {
        width: auto;
    }
}