upmostly / modali

A delightful modal dialog component for React, built from the ground up to support React Hooks.
213 stars 23 forks source link

Prevent scrolling on the body while open #2

Closed pkrawc closed 5 years ago

pkrawc commented 5 years ago

The component should either set a no-scroll class on the body or should manually set the body's style with document.body.overflowX = "hidden".

jcrowson commented 5 years ago

@pkrawc This is already supported (gif attached below).

What browser are you on?

body-no-scroll

pkrawc commented 5 years ago

Hey, sorry. I believe I was on Chrome for Android at the time.

jcrowson commented 5 years ago

@pkrawc Ok, I'll test it out and push a fix.