Skip to content

Commit

Permalink
Merge pull request #57 from gunganghaljido/feature/조혜진
Browse files Browse the repository at this point in the history
Design: TabNav underline z-index 조정
  • Loading branch information
MEGUMMY1 authored Dec 4, 2024
2 parents 1735865 + c143a6e commit af8bf28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/TabNav/TabNav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
height: 2px;
width: 70px;
background-color: $blue60;
z-index: 500;
z-index: 200;
transform: translateX(0);
transition:
transform 0.3s ease,
Expand All @@ -83,7 +83,7 @@
height: 2px;
width: 70px;
background-color: $green80;
z-index: 500;
z-index: 200;
transform: translateX(0);
transition:
transform 0.3s ease,
Expand Down
4 changes: 2 additions & 2 deletions src/components/Lesson/LocalFilter/LocalFilter.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
height: 100%;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, 0.5);
z-index: 19;
z-index: 201;
}

.selectedValue {
Expand Down Expand Up @@ -64,7 +64,7 @@
border-radius: 12px 12px 0 0;
overflow: hidden;
transition: transform 0.3s ease-out;
z-index: 20;
z-index: 202;
border: 1px solid $gray20;
padding: 0 24px 32px;
@include Drag;
Expand Down

0 comments on commit af8bf28

Please sign in to comment.