/* Keep table ⋯ menus visible without moving them out of the table DOM */
.table-responsive.tt-dropdown-open,
.dataTables_wrapper.tt-dropdown-open,
.dataTables_scroll.tt-dropdown-open,
.dataTables_scrollBody.tt-dropdown-open,
.card-body.tt-dropdown-open {
    overflow: visible !important;
}

.tt-dropdown-open .dropdown-menu {
    z-index: 1055;
}
