Cursor: Nicht verurteilt funktioniert nicht mit Pointe-Events in CSS.

.pointer-events-none {
    pointer-events: none;
}

.wrapper {
    cursor: not-allowed;
}
Cautious Cod