Skip to content

fix(view-report): fix visual overlapping header bug - #281

Open
MichaelWhitt wants to merge 1 commit into
w3c:mainfrom
MichaelWhitt:bug-280
Open

fix(view-report): fix visual overlapping header bug#281
MichaelWhitt wants to merge 1 commit into
w3c:mainfrom
MichaelWhitt:bug-280

Conversation

@MichaelWhitt

Copy link
Copy Markdown

Fixes #280

Problem

The view-report header visually overlaps cell content when sticky causing obfuscation of content and allows interaction of the "edit" button from inside the header area when overlapped.

Solution

Added z-index to the header to ensure it is rendered properly above the cell content in the UI.

Testing

Tested in Firefox, Chrome, Edge.

Screenshots

Broken (original, current on issue 280):
image

Fixed:
image

@remibetin remibetin added the bug Something isn't working label Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visual Bug: Overlapping table header on report

2 participants