Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lemon-ui): Fix overlap of highlighted sticky table cells #22437

Merged
merged 1 commit into from
May 28, 2024

Conversation

Twixes
Copy link
Collaborator

@Twixes Twixes commented May 22, 2024

Problem

Resolves #22393!

Changes

We now set an opaque background on the sticky cells themselves, and only use ::before for highlighting. This way sticky cells always are opaque, and the overlapping effect is gone.

@Twixes Twixes requested a review from jurajmajerik May 22, 2024 18:49
Comment on lines -186 to -190
.experiment-view {
.InsightViz .LemonTable__cell--sticky::before {
background: var(--bg-table);
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this isn't needed after this refactor, but please double-check

Copy link
Contributor

Size Change: 0 B

Total Size: 1.05 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 1.05 MB

compressed-size-action

@Twixes Twixes requested a review from daibhin May 23, 2024 16:16
@Twixes Twixes merged commit c51ac8e into master May 28, 2024
84 checks passed
@Twixes Twixes deleted the fix-overlapping-sticky-column branch May 28, 2024 16:08
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.

Change opacity of horizontal Scroll for Detailed Results
2 participants