瀏覽代碼

fix: 【bcwin 网站】轮播图优化

Before 7 月之前
父節點
當前提交
bc4a81a0d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Box/RedPacketModal.tsx

+ 1 - 1
src/components/Box/RedPacketModal.tsx

@@ -476,7 +476,7 @@ const RedPacketModal = forwardRef<RedPacketModalProps, Props>(function RedPacket
         }
     };
     return (
-        <Mask visible={visible} destroyOnClose={true} getContainer={null}>
+        <Mask visible={visible} destroyOnClose={true} getContainer={document.getElementById("app")}>
             <FallAnimation onClose={() => setVisible(false)} />
 
             {status === Status.is_start ? (