pointer-events - B M SOLUTION
  • pointer-events

     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 */ 


  • You might also like

    No comments :

    Post a Comment