Table compatibility issue wtih Gin

Created on 21 February 2024, 9 months 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

Production build 0.71.5 2024