-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Cannot vertically scroll page when scroll gesture is within .responsive-table #16184
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
Comments
Bootstrap doesn't support vertical scrolling in tables on mobile, but you can add that with a |
the problem that i have is if a user wants to scroll the viewport up or down and tries to do that when he has clicked inside the table, then the scrolling doesn't work (nothing happens). If the user tries to scroll the viewport and he has clicked anywhere else apart from the table, then the viewport is scrolled. You can see the attachment if it helps. Andreas |
I had a similar problem with |
Looks like this bug report was misinterpreted due to some unclear phrasing in the description. Reopening. |
Bootstrap 3 is no longer being officially developed or supported. All work has moved onto our next major release, v4. As such, this issue or pull request is being closed as a "won't fix." For additional help and support, we recommend utilizing our community resources. Thanks for your understanding, and see you on the other side of v4! <3, |
For anyone who ends up here looking for temporary fixes/hacks: -webkit-overflow-scrolling: touch; // apparently this can resolve the issue by adding it to the parent dom element that is causing the bug. |
I just had this issue and an other fix is to remove the potential |
Hi,
i have a responsive table with 100 rows and when i am in the mobile view there is no way to scroll the table vertically. Is there anything that i am doing wrong or this is something that Bootstrap doesn't support?
The text was updated successfully, but these errors were encountered: