We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4175713 commit 27513c2Copy full SHA for 27513c2
2 files changed
βsrc/app/planet/page.tsxβ
@@ -684,7 +684,7 @@ const BottomWrapper = styled.div`
684
bottom: 0px;
685
left: 50%;
686
transform: translateX(-50%);
687
- z-index: 1000;
+ z-index: 20;
688
`;
689
690
/* λ‘λ© */
βsrc/components/common/Planet.tsxβ
@@ -287,5 +287,5 @@ const Overlay = styled.div`
287
align-items: center;
288
justify-content: center;
289
gap: 15px;
290
- z-index: 20;
+ z-index: 100;
291
0 commit comments