-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
UI Issue - I have to scroll down, to be able to scroll horizontally #14194
Comments
Ive started working on this |
@ibennetch, should the height of the table be fixed so the table never overflows vertically and horizontal scrollbar is always accessible??? |
In my opinion, the way it was before 4.8.0 was perfect and no change was needed... |
I'm adding a scrollbar at the top as well, which will be fixed at the top when you scroll down. |
Isn't it better to simply have the table itself overflow (and we control with the main body scrollbars), and everything else won't pass the 100% width of the body? The thing is that I don't think it's a good idea to make the table itself in a div with scrolls, but instead have the table as it was before, but ONLY the table can overflow the body. |
Dear @nulll-pointer, I agree with @nunoperalta. Adding horizontal scrollbar at the top of the table will not make it easier to use. I still have to point the cursor on the scrollbar and drag it. When we in a rush, pointing cursor over a small scrollbar object could be frustrating. |
Dear @nunoperalta , my quick fix for this is to override the class of |
Thank you. That is definitely THE solution for this issue ticket.... that's exactly how I want phpMyAdmin to be. If they come up with some other solution that involves extra scroll bars, I'll just have to patch my phpMyAdmin files to override that style. |
Duplicate of #14029 |
Duplicate of #14029 |
With the introduction of the extra scrollbars, usability is harder when viewing tables.
Besides the related regression issues #14193 and #14169,
now when I want to scroll horizontally, I have to scroll down until I finally find the horizontal scrollbar, move the horizontal scrollbar, then scroll up again, so I can see the data I wanted.
Prior to 4.8.0, I was able to do this by directly using the main body's horizontal scrollbar.
The text was updated successfully, but these errors were encountered: