- last update
about 1 year ago CI aborted
The original column headers show on top of the sticky header, when they should rather be underneath the latter.
Also, elements inside tables with position: absolute;
show on top of sticky headers, which they shouldn’t. An example are CTools’ drop-down menus.
Both could be easily fixed by adding this to Drupal’s system.base.css:
table.sticky-header {
z-index: 1;
}
Needs review
7.0 ⚰️
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.