- πΊπΈUnited States smustgrave
As D7 is slowing shutting down. Wonder if this is still requested?
- Status changed to Closed: outdated
almost 2 years ago 3:00pm 18 June 2023
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.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
As D7 is slowing shutting down. Wonder if this is still requested?