- 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.
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
Active
1.0
Code
Thank you for reporting this mortona2k I don't have a site running gin at the moment so I appreciate you raising this.