max-kamps / jpd-breader

MIT License
100 stars 24 forks source link

Scrolling fixes #54

Closed 7w1 closed 1 year ago

7w1 commented 1 year ago

Prevents ttsu scrolling from triggering when scrolling inside a scrollable popup.

Prevents mokuro zooming when scrolling inside a scrollable popup. Resolves #52 (the first part at least).

There might be a better place to implement this since the code is pretty much the same for any website that handles its own scrolling.

max-kamps commented 1 year ago

Yeah, I also think it would be better to handle this for all websites, rather than just ones with integrations... Not yet sure where the best place for it is, though.