Skip to content

Commit d52f19a

Browse files
author
hoang.tran12
committed
fix max z-index
1 parent c827c21 commit d52f19a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/magnify_image.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
left: 0;
55
width: 100vw;
66
height: 100vh;
7-
z-index: 99998;
7+
z-index: 16777271;
88
}
99

1010
/* --------------------- Choose image ------------------------- */
@@ -15,7 +15,7 @@
1515
opacity: 0;
1616
border-radius: 50%;
1717
background-color: #000b;
18-
z-index: 99999;
18+
z-index: 16777271;
1919
display: flex;
2020
justify-content: center;
2121
align-items: center;
@@ -89,7 +89,7 @@
8989
width: 100%;
9090
height: 100%;
9191
background-color: #000b;
92-
z-index: 99999;
92+
z-index: 16777271;
9393
overflow: hidden;
9494
}
9595

0 commit comments

Comments
 (0)