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

Refactor/#31: BottomSheet과 Alert, Confirm z-index 조정 #32

Merged
merged 3 commits into from
Apr 27, 2024

Conversation

semnil5202
Copy link
Member

@semnil5202 semnil5202 commented Apr 24, 2024

📄 Summary

close #31

BottomSheet과 Alert, Confirm z-index 조정하여 가려짐 문제를 해결합니다.

추가로 Navigation, Spinner 또한 조정했습니다. z-index 순서는 Navigation < BottomSheet < Alert === Confirm < Spinner 입니다.

z-index 관리의 편의를 위하여 theme 객체에 상수화하여 관리합니다.

🙋🏻‍♂️ More

0.5.2 버전을 배포합니다.

@semnil5202 semnil5202 requested a review from yogjin April 24, 2024 17:58
@semnil5202 semnil5202 self-assigned this Apr 24, 2024
@semnil5202 semnil5202 added refactor 리팩토링 publish 버전 관련 labels Apr 24, 2024
Copy link
Collaborator

@yogjin yogjin left a comment

Choose a reason for hiding this comment

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

오호 좋네요
수고하셨습니다!

@semnil5202 semnil5202 merged commit 24dea1a into main Apr 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish 버전 관련 refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BottomSheet과 Alert, Confirm z-index 조정
2 participants