Html – How to stop mouse events through CSS ::backdrop
I'm exploring replacing some JavaScript modals with native HTML and CSS only modals using the new Popover API and I've noticed that pointer-events like hover and click are propagating through to the underlying layer. ::backdrop { background: rgba(255, 255, 255,…