birdofpreyru / react-utils

ReactJS development kit.
https://dr.pogodin.studio/docs/react-utils/index.html
Other
3 stars 0 forks source link

`<BaseModal>`'s `cancelOnScrolling` does not have effect when the window is non-scrollable #331

Closed birdofpreyru closed 3 months ago

birdofpreyru commented 3 months ago

E.g. when the window isn't scrollable, but some page element inside the page is scrollable, it would be nice the option still works when user attempts to scroll that element (i.e. rather than just listening on window scroll event, perhaps we need to listen the mouse wheel?).