How to disable pointer events

Learn how to disable pointer events.

You can disable pointer-events on elements that you don’t want to have mouse interaction. Any event (like a click) will pass through the element and end up in the first element behind it.

Learn more – Framer Sites: CSS Styles on Youtube