Table Headings block webform submissions in Chrome

Created on 22 January 2024, 5 months ago
Updated 23 January 2024, 5 months ago

Problem/Motivation

Users cannot see all of the webform submissions with gin toolbar.
This is due to the sticky setting / --drupal-displace-offset-top variable.

See screenshot.

Temporarily overriding the css and setting this rule is a workaround.

.position-sticky thead {
  top: 0;
}

Steps to reproduce

Use the legacy toolbar option.
Create webform.
Submit several forms.
Visit the overall submissions page: /admin/structure/webform/submissions/manage

Proposed resolution

Remaining tasks

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ› Bug report
Status

Closed: duplicate

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States nicxvan

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

Comments & Activities

Production build 0.69.0 2024