Skip to content

v0.65.13

Choose a tag to compare

@ulsklyc ulsklyc released this 07 Jun 21:43

Fixed

  • Android PWA scroll freeze: touch gestures starting on non-scrollable elements (card headers, separators, empty backgrounds) no longer lock the touch sequence. Added touch-action: pan-y to .app-content so Android Chrome correctly identifies the scroll container from the start of the gesture, without propagating through body { overflow: hidden }.