mobile scroll doesnt work
Closed this issue · 1 comments
mertcancet commented
when using iphone device scroll doesnt work add
import 'react-modern-drawer/dist/index.css';
martinmckenna commented
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