Skip to content

Commit

Permalink
fix: 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Juone2 committed Aug 13, 2024
1 parent 1c3a9fa commit 6729d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/ItemsBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const _DropDownItemsBox = styled.div<{ isOpen: boolean }>`
top: 54px;
width: 100%;
background-color: ${({ theme }) => theme.color.gray1};
z-index: 5;
z-index: 100;
@keyframes DropDownOpen {
from {
max-height: 0px;
Expand Down

0 comments on commit 6729d74

Please sign in to comment.