Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

드롭다운 목록 스타일 수정 #267

Merged
merged 3 commits into from
Dec 4, 2023
Merged

Conversation

dudwns
Copy link
Contributor

@dudwns dudwns commented Dec 3, 2023

📑 이슈 번호

#264

🚧 구현 내용

  • 드롭다운 리스트, 태그 인풋, 사이드바, 의 스크롤 바를 안 보이게 수정하였습니다.

변경 전

스크린샷 2023-12-04 오전 2 42 32
스크린샷 2023-12-04 오전 2 46 08 스크린샷 2023-12-04 오전 2 42 13

변경 후

스크린샷 2023-12-04 오전 2 42 40
스크린샷 2023-12-04 오전 2 48 10 스크린샷 2023-12-04 오전 2 56 37

🚨 특이 사항

@dudwns dudwns added the 🎨 Style 마크업 & 스타일링 label Dec 3, 2023
@dudwns dudwns added this to the 5차 스프린트 milestone Dec 3, 2023
@dudwns dudwns self-assigned this Dec 3, 2023
@dudwns dudwns linked an issue Dec 3, 2023 that may be closed by this pull request
1 task
Copy link
Member

@eeseung eeseung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGGGGGGTM 👍

@@ -96,7 +96,7 @@ const TagInput = ({
</span>
)}
{isFocused && filteredTags && filteredTags.length > 0 && (
<ul className="select-tag-list absolute mt-2 flex flex-col overflow-y-scroll rounded-md border border-slate5 bg-bgColor px-2 py-2 shadow-lg">
<ul className="horizontal-scroll select-tag-list absolute mt-2 flex flex-col overflow-y-scroll rounded-md border border-slate5 bg-bgColor px-2 py-2 shadow-lg">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

horizontal-scroll이 여기서도 쓰이네요..!! 네이밍 잘 지을걸 😇

@dudwns dudwns merged commit 7b01975 into develop Dec 4, 2023
1 check passed
@dudwns dudwns deleted the feature/#264/style-dropdown branch December 4, 2023 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Style 마크업 & 스타일링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

드롭다운 목록 스타일 수정
2 participants