pointer event none with cursor not allowed 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;
}