mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
bug: fix z-index MenuNavigationProductList
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 99999999999;
|
z-index: 9999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.menuNavigationProductModal{
|
.menuNavigationProductModal{
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
z-index: 999999999999;
|
z-index: 99999999;
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
|
|
||||||
&.animation{
|
&.animation{
|
||||||
|
Reference in New Issue
Block a user