Skip to content

Commit

Permalink
design: 정렬 dropdown z-index 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGUMMY1 committed Jun 15, 2024
1 parent 9100f7c commit d2374cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DropdownSmall/DropdownSmall.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
background-color: var(--white);
font-size: 14px;
font-weight: 200;
z-index: 2;
z-index: 200;
}

.dropdown__option {
Expand Down

0 comments on commit d2374cc

Please sign in to comment.