absolute position of table creates overlap

Created on 2 July 2017, almost 7 years ago
Updated 29 January 2023, over 1 year ago

Hello,

After upgrading from 7-2.0 to 7-2.1, the section "SHOW/HIDE MODULE DEPENDENCY INFORMATION" was overlaping the results table. (see screenshot).
The problem seems to be the code at line 24 of module_filter.css

#module-filter-modules table {
  position: absolute;
}

If I override it with the following in my custom admin theme, the problem is gone.

#module-filter-modules table {
  position: relative;
}
πŸ› Bug report
Status

Closed: outdated

Version

2.1

Component

User interface

Created by

πŸ‡«πŸ‡·France Nicolas Bouteille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    With D10 now out going to putting all the focus on the 4.x version of this
    module supporting D9 + D10.

    Will keep an on the 7.x-2.x branch for reviews but no active work will
    probably happen

Production build 0.69.0 2024