CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events including CSS hover/active states, click/tap events in JavaScript.
pointer-events property takes eleven possible values.
pointer-events: auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit
EX :
.className{
pointer-events: none;
}
Other Links
No comments:
Post a Comment