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

Fixing ScrollArea and Popover #11100

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Fixing ScrollArea and Popover #11100

merged 2 commits into from
Mar 3, 2025

Conversation

Duncid
Copy link
Contributor

@Duncid Duncid commented Feb 27, 2025

Description

  • Popover: Fixing dark mode
  • ScrollArea: Fixing active scrolling styling capability

Tests

n/a

Risk

n/a

Deploy Plan

merge

Copy link
Contributor

@JulesBelveze JulesBelveze left a comment

Choose a reason for hiding this comment

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

LGTM, left a nit 👌🏼

Note: you'll probably have to bump a bunch of sparkle versions 😅

return (
<ScrollAreaPrimitive.Root
ref={ref}
className={cn(scrollAreaVariants({ appearance, className }))}
className={cn(
"s-relative s-z-20 s-overflow-hidden s-transition-all s-duration-200",
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think we need the z-index here?

@PopDaph
Copy link
Contributor

PopDaph commented Mar 3, 2025

Note: you'll probably have to bump a bunch of sparkle versions 😅

Done for him, merging!

@PopDaph PopDaph merged commit 320b6c4 into main Mar 3, 2025
12 checks passed
@PopDaph PopDaph deleted the fixSparkleEd branch March 3, 2025 08:45
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