Menu

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

Git
closed-works-for-me
nobody
None
5
2025-02-19
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.

     
  • Jakub Vrána

    Jakub Vrána - 2025-02-19
    • status: open --> closed-works-for-me
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.