Skip to content

Conversation

@buberdds
Copy link
Collaborator

@buberdds buberdds commented Oct 30, 2025

Needed for oasisprotocol/explorer#2024

  • increase z-index value as it is not working in all places in Explorer
  • allow to pass custom classes (in case z-index will hit some edge case in app again and to follow other lib components props pattern)
  • remove redundant shadow class

@github-actions
Copy link

github-actions bot commented Oct 30, 2025

Deployed to Cloudflare Pages

Latest commit: 8b56fd426ba7138fbb37cc2fb7100506af5a8b6c
Status:✅ Deploy successful!
Preview URL: https://3d5324a8.oasis-ui.pages.dev
Alias: https://pr-81.oasis-ui.pages.dev

@buberdds buberdds merged commit 2142720 into master Oct 30, 2025
4 checks passed
@buberdds buberdds deleted the mz/tooltip-tweak branch October 30, 2025 14:26
<TooltipContent
className="[&>span]:hidden max-w-[400px] text-pretty bg-popover border text-popover-foreground text-sm shadow-[0px_2px_4px_-1px_rgba(0,0,0,0.06)] shadow-md"
className={cn(
'[&>span]:hidden max-w-[400px] text-pretty bg-popover border text-popover-foreground text-sm shadow-md z-[9999]',
Copy link
Member

Choose a reason for hiding this comment

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

z-[9999]:
image

note: if we migrate to shadcn drawer, that uses z-50
https://ui.shadcn.com/docs/components/drawer

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.

4 participants