not allowed cursor for pointer-events: none; code example
Example: cursor: not-allowed is not working with pointe events none in css
.pointer-events-none {
pointer-events: none;
}
.wrapper {
cursor: not-allowed;
}
.pointer-events-none {
pointer-events: none;
}
.wrapper {
cursor: not-allowed;
}