chore(docs): remove shouldBlockScroll prop in Tooltip page (#4539)

This commit is contained in:
աӄա 2025-02-06 05:12:31 +08:00 committed by GitHub
parent 9aec8fda8a
commit e53e454bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",