Adoratorio/hades

Pause also on native mode

Opened this issue · 0 comments

Make possible to stop the native scroll also in native mode when calling pause().

Proposal 1: Use this.options.viewport.style.overflow = 'hidden' to prevent viewport scroll events to fire

Proposal 2: Set a data attribute to the viewport when paused so anyone can take care of it's own css to prevent scroll