Skip to content

Fix/table sticky borders#8778

Open
maether44 wants to merge 2 commits intomantinedev:masterfrom
maether44:fix/table-sticky-borders
Open

Fix/table sticky borders#8778
maether44 wants to merge 2 commits intomantinedev:masterfrom
maether44:fix/table-sticky-borders

Conversation

@maether44
Copy link
Copy Markdown
Contributor

@maether44 maether44 commented Mar 27, 2026

Root Cause

border-collapse: collapse conflicts with position: sticky,
causing borders on sticky elements to not render correctly.

Fix

Replaced borders with box-shadow using CSS variable composition
so all columns render correctly. Uses --table-border-color for
automatic light/dark mode support.

Closes #8778

@Kingstone485
Copy link
Copy Markdown

@rtivital are you not going to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants