Answers for "add cursor not allowed with pointer events none"

CSS
1

cursor: not-allowed is not working with pointe events none in css

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

.wrapper {
    cursor: not-allowed;
}
Posted by: Guest on July-24-2020

Code answers related to "add cursor not allowed with pointer events none"

Browse Popular Code Answers by Language