Hi there,
Since I moved from 4.6.3 to 4.7.0 I notices a regression.
When your table content is wide (many columns), a new horizontal scrollbar appears. Fine. But whenever you're not on the top left of the scrollbar, the "down arrow" and "equals sign" (to sort/filter on a specific column) disappears. More specifically, the buttons appear, but far from the column name, which makes it impossible to select it.
Some CSS adjustement, probably.
Regards
I only tested on the currect firefox win 64 version, running adminer 4.7. on a current stable debian on apache, connected to the current mariadb release. But I don't think it's important :)
I put a lower priority, I hope lower number means lower priority, not the opposite.
I can confirm this
Can confirm. I'd suggest the issue is related to the absolute positioning of the span from CSS rule .js .column at line 2 column 1505 of mysql.css.
If you add relative positioning to the parent th element, it will correct the scope of that absolute positioning. perhaps in the thead th rule at line 2:829? I presume you're dealing with non-minified CSS so my line/column numbers may not be very useful.
I've removed
.scrollable { overflow-x: auto; }
from the CSS.