-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot make div scrollable (mobile?) #134
Comments
I have the same issue. If you set mask property to false than your drawer content will be scrollable but its not a solution, because we normally want to have a mask overlay - mainly on desktop |
I have to modify code to force |
Android??? What browser???/ |
@jljsj33 Chrome on iOS and Android. |
need reproduce |
@jljsj33 sorry, it's about horizontal scroll. |
fix in v4.0.1 |
It is still not working for me, neither on chrome, safari or firefox. The scroll is locked. It works fine with placement="left" or "right" <Drawer
open={isOpen}
onClose={closeDrawer}
level={null}
placement="top"
handler={false}
wrapperClassName="instant-search__drawer"
>{ children }</Drawer> |
Hey!
I'm supprised that i cannot scroll my div. I looked deeper and i found, that method removeMoveHandler in DrawerChild prevent me from scrolling. Have you any idea how to solve that?
If i return; in that method immediately, all works fine.
steps:
I use that for scrolling tables in articles, that have many columns and not fit to small screen
The text was updated successfully, but these errors were encountered: