Farzin-Firoozi/react-modern-drawer

mobile scroll doesnt work

Closed this issue · 1 comments

when using iphone device scroll doesnt work add

import 'react-modern-drawer/dist/index.css';

for future readers, the fix here is to add box-sizing: border-box and ensure overflow-y: auto is set on the drawer container div