.tabulator-popup-container {
    z-index: 20000 !important;
}

.drag-handle {
    cursor: grab;
    opacity: 0.7;
    display: flex;
    justify-content: center;
}

.drag-handle:active {
    cursor: grabbing;
}
