Browse Source

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

Before 7 months ago
parent
commit
bc4a81a0d9
1 changed files with 1 additions and 1 deletions
  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 ? (