/
Make Element Unclickable

Make Element Unclickable

Add the following CSS statement to an element to make it unclickable. This is particularly useful for some third party elements where we want to disable a link to an external site.

pointer-events: none;