Skip to content

Commit 27513c2

Browse files
committed
πŸ’„ design(#72): overlay z-index μˆ˜μ •
1 parent 4175713 commit 27513c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žsrc/app/planet/page.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ const BottomWrapper = styled.div`
684684
bottom: 0px;
685685
left: 50%;
686686
transform: translateX(-50%);
687-
z-index: 1000;
687+
z-index: 20;
688688
`;
689689

690690
/* λ‘œλ”© */

β€Žsrc/components/common/Planet.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@ const Overlay = styled.div`
287287
align-items: center;
288288
justify-content: center;
289289
gap: 15px;
290-
z-index: 20;
290+
z-index: 100;
291291
`;

0 commit comments

Comments
Β (0)