Set all popovers withinPortal by default

This commit is contained in:
jeffvli
2022-11-03 14:41:34 -07:00
parent 53a7d728b3
commit 5908554f38
4 changed files with 11 additions and 4 deletions
@@ -10,6 +10,7 @@ const StyledTooltip = styled(MantineTooltip)`
export const Tooltip = ({ children, ...rest }: TooltipProps) => {
return (
<StyledTooltip
withinPortal
pl={10}
pr={10}
py={5}