Skip to content

Commit

Permalink
refactor: DropDown 리스트 box-shadow 적용 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle601 committed Jul 31, 2023
1 parent f1a6b2d commit b704ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/InfoDropDown/InfoDropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const StyledDropDownWrapper = styled.ul`
align-content: center;
position: absolute;
top: calc(100% + 16px);
right: 0;
top: calc(100% - 8px);
right: 18px;
width: 216px;
height: 176px;
Expand All @@ -80,7 +80,7 @@ const StyledDropDownWrapper = styled.ul`
font-size: 1.4rem;
transition: box-shadow 0.2s var(--shadow);
box-shadow: var(--shadow);
`;

const StyledSelectContainer = styled.div`
Expand Down

0 comments on commit b704ab9

Please sign in to comment.