LycheeOrg / Lychee-front

JS implementation of Lychee frontend
https://lycheeorg.github.io/
MIT License
48 stars 53 forks source link

Fix iOS body scroll lock and reduce swiping area to photo #159

Closed tmp-hallenser closed 5 years ago

tmp-hallenser commented 5 years ago

1. Reduce swiping area of photo to the actual photo It was possible to move the photo by swiping at the header or on the info panel.

This commit reduces the area to the actual imageview.

2. Switch from npm package body-scroll-lock to scroll-lock body-scroll-lock does not exclude elements on latest iOS any more and seems not being maintained right now.

Alternative npm package scroll-lock serves the same purpose and is working.