We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5c912 commit 7dcef39Copy full SHA for 7dcef39
1 file changed
src/pages/components/layout/MainLayout.tsx
@@ -294,6 +294,16 @@ const MainLayout: React.FC<{
294
return <Empty description={t("no_data")} />;
295
}}
296
locale={arcoLocale(i18n.language)}
297
+ componentConfig={{
298
+ Popconfirm: {
299
+ getPopupContainer: (node) => {
300
+ return node.parentNode as Element;
301
+ },
302
303
+ }}
304
+ getPopupContainer={(node) => {
305
+ return node;
306
307
>
308
{contextHolder}
309
<Layout className={"tw-min-h-screen"}>
0 commit comments