Skip to content

0.7.5

Choose a tag to compare

@zbryikt zbryikt released this 27 Aug 13:16
· 1 commit to release since this release
  • fix bug: enableScrolling: false stops the wheel handler but the sheet still swallows
    the scroll. .sheet is a scroll container even at overflow: hidden, and the
    overscroll-behavior: contain guarding against swipe back keeps the gesture from ever
    reaching the page. it now relaxes to overscroll-behavior-y: auto while scrolling is
    off, via a no-scrolling class. the horizontal axis keeps contain, that being the
    axis swipe back lives on, and behaviour with scrolling enabled is unchanged.