Menu

#866 Tables-Filter plugin has filter input box BEHIND table list

Git
open
nobody
None
5
2024-10-04
2023-11-23
Sophist
No

This is because the HTML for that tables list itself is an absolute positioned unordered list - it needs to be switched to a relative list in order to allow e.g. the filter input box to be inserted between the menus and the tables list.

i.e. this is a bug with Adminer itself and not the tables-filter plugin.

Discussion

  • Sophist

    Sophist - 2023-11-23

    I managed to fix this temporarily with two very minor CSS changes for #tables - remove position: absolute (and remove left, right, bottom and top styles) and change margin from margin: 32px -15px !important; to margin: 15px -15px !important;

     

    Last edit: Sophist 2023-11-23
  • Peter Knut

    Peter Knut - 2024-10-04

    If I am looking correctly, #tables does not have absolute positioning.

     

Log in to post a comment.