We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 기종에서 댓글창이 윗방향이 아닌 아래 방향으로 확장되는 버그를 해결한다
<style> .navbarSpace { height: 76px !important; padding-bottom: 20px; } </style>
iPhone X 기종에선 위와 같이 padding-bottom이 적용됨 아래에 공간이 있으니까 아래로 확장되는 것으로 의심됨.
The text was updated successfully, but these errors were encountered:
아이쿠... 종전에 아이폰 X에서 댓글창 이슈 있을 때 해결했다고 생각했는데, 댓글창이 확장되는 경우를 생각을 못했네요...
Sorry, something went wrong.
No branches or pull requests
목적
아래의 사진처럼 iPhone X 기종에서 댓글창이 윗방향이 아닌 아래 방향으로 확장되는 버그를 해결한다
예상되는 원인
iPhone X 기종에선 위와 같이 padding-bottom이 적용됨
아래에 공간이 있으니까 아래로 확장되는 것으로 의심됨.
체크리스트
주의 사항
관련 이슈
일정
The text was updated successfully, but these errors were encountered: