You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pulljs in my project and it works like a charm.
But as you set pointer-events:none, I think it causes all scrolling.
I have a popup form which has a vertical scrolling bar and it doesn't work with pulljs, I can't even scroll it. It happens on android Chrome browser (Version 69.0.*).
Maybe, you should have a disable event for pulljs.
What I want to try is - disable pulljs on opening popup and init again on the popup is closed.
The text was updated successfully, but these errors were encountered:
I use pulljs in my project and it works like a charm.
But as you set
pointer-events:none
, I think it causes all scrolling.I have a popup form which has a vertical scrolling bar and it doesn't work with pulljs, I can't even scroll it. It happens on android Chrome browser (Version 69.0.*).
Maybe, you should have a disable event for pulljs.
What I want to try is - disable pulljs on opening popup and init again on the popup is closed.
The text was updated successfully, but these errors were encountered: