The pointer-events
CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.
pointer-events: auto;
pointer-events: none;
pointer-events: stroke; /* SVG-only */
pointer-events: fill; /* SVG-only */
No comments :
Post a Comment