Kursor: Nie jest to możliwe nie działa z wydarzeniami Pointe Brak w CSS

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

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