:root {
    --mud-appbar-height: 48px;
}
.mud-table-foot,
.mud-table-pagination {
    overflow: hidden;
    flex-shrink: 0;
}

.mud-table-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
}
