bug: fix z-index MenuNavigationProductList

This commit is contained in:
Quangnhankie
2021-09-16 15:03:01 +07:00
parent db1ad6b07b
commit dfed9478c2

View File

@@ -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{