yjose / reactjs-popup

React Popup Component - Modals,Tooltips and Menus —  All in one
https://react-popup.elazizi.com/
MIT License
1.79k stars 208 forks source link

Can't edit overlayStyle-pointerEvent #323

Open ZhZhZhen opened 1 year ago

ZhZhZhen commented 1 year ago

I don't want to trigger the touch event behind the overlay,but can't edit overlayStyle-pointerEvent to visible.

finally i add "pointerEventer:'visible'" css to Popup's first child, success edit overlayStyle-pointerEvent to auto. But I don't understand what's going on

ZhZhZhen commented 1 year ago

the nested:true also can edit overlayStyle-pointerEvent to auto

usback commented 1 year ago

I am also facing this issue. Have you resolved it? This seems like a very critical bug to me.