diff --git a/README.md b/README.md index 82cf096..f12eec2 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,6 @@ function SomeComponent() { ## 기여 -| | -| :---------------------------------------------------------------------------------------: | -| [이세민](https://github.com/semnil5202) | +| | | +| :---------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: | +| [이세민](https://github.com/semnil5202) | [박영진](https://github.com/yogjin) | diff --git a/src/assets/svg/feed/like.svg b/src/assets/svg/feed/like.svg index 56f6150..90cdb2d 100644 --- a/src/assets/svg/feed/like.svg +++ b/src/assets/svg/feed/like.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/components/Dropdown/Dropdown.tsx b/src/components/Dropdown/Dropdown.tsx index b02c488..592ef80 100644 --- a/src/components/Dropdown/Dropdown.tsx +++ b/src/components/Dropdown/Dropdown.tsx @@ -110,12 +110,12 @@ const PanelWrapper = styled.ul` left: 0; bottom: 0; transform: translateY(calc(100% + 5px)); - width: -webkit-fill-available; + width: 100%; background-color: ${({ theme }) => theme.color.w1}; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); border-radius: 6px; max-height: 125px; - overflow: scroll; + overflow: auto; z-index: 1; `; diff --git a/src/stories/SVGFeed.stories.tsx b/src/stories/SVGFeed.stories.tsx index 55d9061..96a4d81 100644 --- a/src/stories/SVGFeed.stories.tsx +++ b/src/stories/SVGFeed.stories.tsx @@ -37,7 +37,6 @@ export const Default: Story = { - ),