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

iPhone X 기종에서 댓글창 오류 해결하기 #212

Open
1 task
hwanghe159 opened this issue Sep 24, 2020 · 1 comment
Open
1 task

iPhone X 기종에서 댓글창 오류 해결하기 #212

hwanghe159 opened this issue Sep 24, 2020 · 1 comment
Labels
⭐⭐ 중요도 2 💻프론트엔드 프론트엔드 관련 이슈

Comments

@hwanghe159
Copy link
Collaborator

hwanghe159 commented Sep 24, 2020

목적

아래의 사진처럼 iPhone X 기종에서 댓글창이 윗방향이 아닌 아래 방향으로 확장되는 버그를 해결한다

image

예상되는 원인

<style>
.navbarSpace {
  height: 76px !important;
  padding-bottom: 20px;
}
</style>

iPhone X 기종에선 위와 같이 padding-bottom이 적용됨
아래에 공간이 있으니까 아래로 확장되는 것으로 의심됨.

체크리스트

  • iPhone X에서도 댓글창이 위로 자라야 한다.

주의 사항

관련 이슈

일정

@hwanghe159 hwanghe159 added ⭐⭐ 중요도 2 💻프론트엔드 프론트엔드 관련 이슈 labels Sep 24, 2020
@hotheadfactory
Copy link
Collaborator

아이쿠... 종전에 아이폰 X에서 댓글창 이슈 있을 때 해결했다고 생각했는데,
댓글창이 확장되는 경우를 생각을 못했네요...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐⭐ 중요도 2 💻프론트엔드 프론트엔드 관련 이슈
Projects
None yet
Development

No branches or pull requests

2 participants