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
Hey! I'm having a little trouble understanding how enabling scrolling is intended to work in this library. I see that elements are being tracked in the locks array, but this is only used for scrolling on mobile; in the browser scrolling enables as soon as I call enableBodyScroll, I would expect scrolling to be enabled once the last "lock" is cleared. 🤔
The text was updated successfully, but these errors were encountered:
Hey! I'm having a little trouble understanding how enabling scrolling is intended to work in this library. I see that elements are being tracked in the
locks
array, but this is only used for scrolling on mobile; in the browser scrolling enables as soon as I callenableBodyScroll
, I would expect scrolling to be enabled once the last "lock" is cleared. 🤔The text was updated successfully, but these errors were encountered: