From 7a3bb936d63e7175d0b214ab1787f10077313c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CC=89=CD=8C=CC=BD=CD=9D=CC=BD=CD=82=CC=BF=CD=82=CD=89?= =?UTF-8?q?=CC=99=CC=9E=CC=A1=CD=99=CD=94=CD=94=CC=BAinyellow?= <571704908@qq.com> Date: Wed, 31 Jan 2024 14:24:30 +0800 Subject: [PATCH] fix: fix the issue in the demo where the p element covers the close button, resulting in invalid clicks (#396) --- docs/examples/multiple-Portal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/multiple-Portal.tsx b/docs/examples/multiple-Portal.tsx index b7d6c120..dfa05711 100644 --- a/docs/examples/multiple-Portal.tsx +++ b/docs/examples/multiple-Portal.tsx @@ -25,8 +25,8 @@ const Demo = () => { maskAnimation="fade" onClose={onToggleDialog} forceRender + title="basic modal" > -
basic modal