@media screen and (max-width: 750px) {
    table.scrollable-grid {
        overflow-x: scroll;
        overflow-y: visible;
        width: 100%;
        z-index: 1;
    }
}
