table.matrix {
    overflow: auto;
}

.ts-dropdown{
    width: fit-content;
}

.text-truncate {
    overflow: unset;
}

.table {
    overflow: unset;
}

.table-responsive {
    overflow-x: unset;
}
