-
Notifications
You must be signed in to change notification settings - Fork 31
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
Horizontal scroller always visible without vertical scrollbar #171
Comments
+1 same problem |
+1, just ran into a similar problem |
I had a look myself, as it is bothering me too, and it seem like there is a problem in I don't see any code to check if vertical scroll bar is visible (e.g. I don't have a workaround for this, yet, but not sure if there is anything that can be done. |
... and now I think I have workaround that work for me - subject to more testing.
As mentioned above, it works for me, but it is subject to testing. |
Hi, I've tested your workaround and tweaked it a bit.
And this is the result:
Attention this ist just a workaround and there are still problems on devices < 520px |
If there's no vertical scrollbar the horizontal scroller is always vsisible even if the table is wide enough.
The scroller can be moved slightly but has no effect on the tablecontent. Just the shadow get's activated/deactivated.
This is caused by style property "width: calc(100% - 8px);" of the scrollbars div.
This should be removed when there's no vertical scrollbar.
The text was updated successfully, but these errors were encountered: