CSS Updates to make module table have a solid background. Correct margin issue in theme.

Created on 24 July 2018, almost 6 years ago
Updated 18 June 2023, about 1 year ago

When updating from: 7.x-1.8 to: 7.x-2.1 I had 2 bugs in the CSS styling of the new list area.

1st issue was related to the table background. The new scrolling feature placed the table on top of footer content. Footer content would 'bleed' through the table background. Applied a white background to the table by default to prevent this:

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

Current theme had a 24px margin offset on the module filter page. Adjusted the offset so content is full width:

#module-filter-wrapper {
margin: 0px -24px;
}

Module filter now displays module list in a readable and properly themed method.

The table background should be considered updated across the board as it prevents overlay issues.
The wrapper offset may be specific to my particular theme and may not be necessary for global update.

πŸ› Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mrgoodfellow Austin, TX

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.

Production build 0.69.0 2024