Skip to content

Commit

Permalink
Design: TabNav underline z-index 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGUMMY1 committed Dec 4, 2024
1 parent 3ddeb72 commit 0bd7581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Layout/TabNav/TabNav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
height: 2px;
width: 70px;
background-color: $blue60;
z-index: 500;
transform: translateX(0);
transition:
transform 0.3s ease,
Expand All @@ -82,6 +83,7 @@
height: 2px;
width: 70px;
background-color: $green80;
z-index: 500;
transform: translateX(0);
transition:
transform 0.3s ease,
Expand Down

0 comments on commit 0bd7581

Please sign in to comment.