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

검색 모달이 올라왔을 때 바텀 네비게이션을 안보이게 함 #201

Merged
merged 5 commits into from
Aug 10, 2023

Conversation

shinwonse
Copy link
Contributor

모달이 올라왔을 때 바텀 네비게이션을 보이지 않게 하여 안드로이드에서 키보드와 함께 바텀바가 올라오는 현상을 해결했습니다.

@@ -2,7 +2,7 @@

.wrapper {
position: fixed;
z-index: themes.$modal;
z-index: themes.$bottomSheet;
Copy link
Contributor

Choose a reason for hiding this comment

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

전체적인 z-index조정없이 요기만 floating으로 바꾸는 건 어떤가요??

Copy link
Contributor

Choose a reason for hiding this comment

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

bottom navigation과 botton sheet는 다른 것 같아서요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

저 bottom sheet이 그 용도인줄 알았네요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

z-index는 그럼 그대로 두고 float 속성을 주자는 말씀이신가요?

Copy link
Contributor

@syoung125 syoung125 Aug 10, 2023

Choose a reason for hiding this comment

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

넵! bottom sheet는 이런 ui를 칭하는데, 아직 저희프로젝트에서는 안쓰이고 있긴합니다.
그래도 나중에 디자인이 수정될 걸 고려해서 놔두었어요
그래서 이부분은 floating이 되어야 하지 않을까 싶습니다

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

float 속성은 근데 어떤 값으로 주어야 하나요? 딱 맞는게 없는거같은데

Copy link
Contributor

Choose a reason for hiding this comment

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

image z-index에 이 변수 말씀드린겁니다...ㅎㅎ

@shinwonse shinwonse merged commit 8d3e141 into dev Aug 10, 2023
2 checks passed
@shinwonse shinwonse deleted the feat/delete-bottomnav branch August 10, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants