Table compatibility issue wtih Gin

Created on 21 February 2024, over 1 year ago

Problem/Motivation

With the Gin theme active, I could only see 2/3 vocabularies in the table.

This line is pushing the header row down and overlapping one of the data rows:

.sortable thead th:not(.no-sort) {
  cursor: pointer;
  position: sticky;
  top: 75px;
}

I'm wondering if we should be using the Table elements #sticky property instead. I tried it though and there's still an issue.

There are several Gin issues around tables:
https://www.drupal.org/project/gin/issues/3323501 πŸ› Table sticky-header width causing overlap Fixed
https://www.drupal.org/project/gin/issues/3293369 πŸ› Table header overflow issue for multiple user role on permissions page. Fixed

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mortona2k Seattle

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

Comments & Activities

  • Issue created by @mortona2k
  • πŸ‡ΊπŸ‡ΈUnited States swirt Florida

    Thank you for reporting this mortona2k I don't have a site running gin at the moment so I appreciate you raising this.

  • Status changed to Closed: outdated 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States mortona2k Seattle

    Both Gin issues have been fixed, I'm no longer seeing any issues.

Production build 0.71.5 2024