Explorar o código

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

Before hai 7 meses
pai
achega
bc4a81a0d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ? (