You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/components/Tooltip.svx
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,4 +107,39 @@ Hide the icon while keeping the tooltip functionality using `hideIcon`.
107
107
<p>
108
108
Resources are provisioned based on your account's organization.
109
109
</p>
110
-
</Tooltip>
110
+
</Tooltip>
111
+
112
+
## Portal tooltip
113
+
114
+
Use `portalTooltip` to render the tooltip in a portal, preventing it from being clipped by `overflow: hidden` containers. This is automatically enabled when the tooltip is inside a `Modal`.
When a tooltip is used inside a [Modal](/components/Modal), it is automatically rendered in a portal so it is not clipped by the modal's overflow or z-index stacking. No need to set `portalTooltip` in this case.
0 commit comments