From 708d82961ef40d8945cb08e1e6f54a54bc98efc8 Mon Sep 17 00:00:00 2001 From: Tsuki <976499226@qq.com> Date: Mon, 17 Feb 2025 22:51:35 +0800 Subject: [PATCH] fix(docs): popover shouldBlockScroll default value --- apps/docs/content/docs/components/popover.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/components/popover.mdx b/apps/docs/content/docs/components/popover.mdx index 00a04aa69f..07a4a086f6 100644 --- a/apps/docs/content/docs/components/popover.mdx +++ b/apps/docs/content/docs/components/popover.mdx @@ -256,7 +256,7 @@ You can customize the `Popover` component by passing custom Tailwind CSS classes attribute: "shouldBlockScroll", type: "boolean", description: "Whether the popover should block the scroll outside the popover.", - default: "true" + default: "false" }, { attribute: "shouldCloseOnScroll",