Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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

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

.wrapper {
    cursor: not-allowed;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #working #pointe #events #css
ADD COMMENT
Topic
Name
5+8 =