diff --git a/src/components/popup/index.module.scss b/src/components/popup/index.module.scss index a5f99e8..39c811a 100644 --- a/src/components/popup/index.module.scss +++ b/src/components/popup/index.module.scss @@ -32,7 +32,7 @@ $am-ms: 200ms; width: 100%; height: 100%; margin: 0 auto; - z-index: 1000; + z-index: 10000; visibility: hidden; transition: visibility $am-ms ease-in-out; overflow: hidden; @@ -41,7 +41,7 @@ $am-ms: 200ms; flex-direction: column; position: absolute; background-color: #fff; - z-index: 1012; + z-index: 10001; transition: transform $am-ms ease-in-out; .drawer_container_title { display: flex; diff --git a/src/components/shoppingCart/index.tsx b/src/components/shoppingCart/index.tsx index e1f77f4..7afe720 100644 --- a/src/components/shoppingCart/index.tsx +++ b/src/components/shoppingCart/index.tsx @@ -197,7 +197,8 @@ export default memo(forwardRef((props: prosObj, ref) => { )} {!hasBottom && } - + {/* */} +