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

Feat Tabs List and tiny fixes #98

Merged
merged 8 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: tooltip portal classname removed fix
  • Loading branch information
YaGRRusso committed Nov 9, 2023
commit 849e08de1e7a598fc8af972002fe7cd23e6e44b8
2 changes: 1 addition & 1 deletion packages/visu/src/library/Tooltip/Hover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const TooltipHover: FC<TooltipHoverProps> = ({
>
{children}
</RadixTooltip.Trigger>
<RadixTooltip.Portal className="hidden">
<RadixTooltip.Portal>
<RadixTooltip.Content side={side} sideOffset={5}>
<RadixTooltip.Arrow className="h-2 w-5 fill-background" />
<div className="max-w-xs rounded-md bg-background p-3 shadow-sm">
Expand Down