Sticky table header may not consistently remain at the top of the table.

Created on 31 January 2017, over 7 years ago
Updated 15 January 2024, 8 months ago

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;
}
🐛 Bug report
Status

Needs review

Version

7.0 ⚰️

Component
CSS 

Last updated 1 day ago

Created by

🇩🇪Germany igorski

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.71.5 2024