mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-10 14:23:18 +02:00
Set all popovers withinPortal by default
This commit is contained in:
@@ -10,6 +10,7 @@ const StyledTooltip = styled(MantineTooltip)`
|
||||
export const Tooltip = ({ children, ...rest }: TooltipProps) => {
|
||||
return (
|
||||
<StyledTooltip
|
||||
withinPortal
|
||||
pl={10}
|
||||
pr={10}
|
||||
py={5}
|
||||
|
||||
Reference in New Issue
Block a user