diff --git a/apps/docs/content/docs/components/tooltip.mdx b/apps/docs/content/docs/components/tooltip.mdx index 3acd9a05bd..cdb8a474a7 100644 --- a/apps/docs/content/docs/components/tooltip.mdx +++ b/apps/docs/content/docs/components/tooltip.mdx @@ -230,12 +230,6 @@ You can customize the `Tooltip` component by passing custom Tailwind CSS classes description: "Whether the trigger should scale down when the tooltip is open.", default: "true" }, - { - attribute: "shouldBlockScroll", - type: "boolean", - description: "Whether to block scrolling outside the tooltip.", - default: "true" - }, { attribute: "isKeyboardDismissDisabled", type: "boolean",