Library Version:
3.1.0
Affected Device(s):
Xiaomi Mi 6, MIUI 10, Android P
Describe the Bug:
I can't scroll up when have a long layout with EditText, watch gif

To Reproduce:
MaterialDialog(this, BottomSheet())customView(R.layout.yourlonglayout, scrollable = true)@massivemadness I had the same issue for scrollable content but without EditText fields, I fixed my issue by wrapping my BottomSheet layout with a NestedScrollView. Maybe it fixes your issue too or is helpful for fixing the issue in general.
Most helpful comment
@massivemadness I had the same issue for scrollable content but without EditText fields, I fixed my issue by wrapping my BottomSheet layout with a NestedScrollView. Maybe it fixes your issue too or is helpful for fixing the issue in general.