upmostly / modali

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

Cant scroll #31

Open RahulJanagouda opened 5 years ago

RahulJanagouda commented 5 years ago

If I have elements beyond modal, I cant scroll to see.

kvzivn commented 4 years ago

You need to set a height on .modali-body, (100vh for example) and set overflow-y to auto.