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-yto.app-contentso Android Chrome correctly identifies the scroll container from the start of the gesture, without propagating throughbody { overflow: hidden }.