Skip to content

Table column overlapping#8928

Open
ericokuma wants to merge 1 commit intomainfrom
cursor/APP-766-table-column-overlapping-0328
Open

Table column overlapping#8928
ericokuma wants to merge 1 commit intomainfrom
cursor/APP-766-table-column-overlapping-0328

Conversation

@ericokuma
Copy link
Contributor

Resolves APP-766.
Sticky table elements (fixed columns, headers, and the pivot sidebar search bar) had transparent backgrounds, leading to content overlap during horizontal and vertical scrolling. This PR applies bg-surface-background to these components to ensure they are opaque, preventing visual artifacts. Hover states for sticky cells were also updated for consistency.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Linear Issue: APP-766

Open in Web Open in Cursor 

- Add background to sticky dimension column header in leaderboard (LeaderboardHeader.svelte)
- Add background to sticky dimension cells in leaderboard with hover state support (LeaderboardCell.svelte)
- Add background to filter gutter column in expanded leaderboard view (DimensionFilterGutter.svelte)
- Add background to sticky search input in pivot sidebar (PivotSidebar.svelte)

The overlapping was caused by transparent backgrounds on sticky elements,
which allowed scrolling content to show through. Setting bg-surface-background
on these elements ensures they properly obscure content when scrolling.

Fixes APP-766

Co-authored-by: ericokuma <ericokuma@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 25, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@ericokuma ericokuma marked this pull request as ready for review February 25, 2026 20:46
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