Adminer-Material-Theme icon indicating copy to clipboard operation
Adminer-Material-Theme copied to clipboard

Cannot move left/right in select view if there are many columns.

Open scr4bble opened this issue 5 years ago • 3 comments

When I select all columns in table with too many columns (that they don't fit on one screen) I am not able to move left/right by pressing SHIFT + scrolling mouse wheel. Problem has occured when updating Adminer 4.7.1 -> 4.7.2 Is it a CSS problem or something core related?

scr4bble avatar Aug 14 '19 13:08 scr4bble

Looks like it was this commit: https://github.com/vrana/adminer/commit/48292b70e80fedd956e23c4e590b1c31a1f113b3

Solution for me was to override that in this theme by adding width: unset to the body section.

mattzuba avatar Aug 29 '19 17:08 mattzuba

Thank you for looking into this! Works for me. Could you plase commit the change?

scr4bble avatar Sep 02 '19 08:09 scr4bble

Is there a pull request for this yet? I tried @mattzuba solution but causes other problem on the sidebar (scrolled horizontally to the left-most part) image

faizalmansor avatar Oct 02 '20 04:10 faizalmansor