We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6c794 commit 9887b09Copy full SHA for 9887b09
site/src/components/HelpTooltip/HelpTooltip.tsx
@@ -46,7 +46,6 @@ export const HelpTooltipContent: FC<TooltipContentProps> = ({
46
<TooltipContent
47
side="bottom"
48
align="start"
49
- collisionPadding={16} // 1rem
50
{...props}
51
className={cn(
52
"w-[320px] p-5 bg-surface-secondary border-surface-quaternary text-sm",
site/src/components/Popover/Popover.tsx
@@ -23,6 +23,7 @@ export const PopoverContent = forwardRef<
23
ref={ref}
24
align={align}
25
sideOffset={sideOffset}
26
+ collisionPadding={16} // 1rem
27
28
`z-50 w-72 rounded-md border border-solid bg-surface-primary
29
text-content-primary shadow-md outline-none
0 commit comments