diff --git a/src/components/redPackets/index.less b/src/components/redPackets/index.less index bef1d866..207903e2 100644 --- a/src/components/redPackets/index.less +++ b/src/components/redPackets/index.less @@ -14,7 +14,7 @@ width: 375px !important; box-sizing: border-box; padding: 0 !important; - z-index: 1003; + z-index: 99999; overflow: auto; scrollbar-width: none; background-color: rgb(250, 67, 59); @@ -201,7 +201,7 @@ font-size: 16px; width: 375px !important; box-sizing: border-box; - z-index: 1003; + z-index: 99999; overflow: auto; scrollbar-width: none; background-color: rgb(238 25 32); @@ -645,7 +645,7 @@ width: 375px !important; box-sizing: border-box; padding: 0 !important; - z-index: 1003; + z-index: 99999; overflow: auto; scrollbar-width: none; background-color: rgb(250, 67, 59);