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

Dialog (iOS, Safari) wrong alignment when tab bar is collapsed #2301

Open
domidomi opened this issue Feb 15, 2022 · 0 comments
Open

Dialog (iOS, Safari) wrong alignment when tab bar is collapsed #2301

domidomi opened this issue Feb 15, 2022 · 0 comments
Assignees

Comments

@domidomi
Copy link
Contributor

Dialog on Safari (iOS) is not sticking to the bottom of the screen when tab bar (address bar) is collapsed. URL: https://brainly.test/textbook-solutions/q-solve-following-equation-x-2-7.
This issue is caused by applying position: fixed; on the body, which is responsible for ensuring, that content beneath the dialog won't scroll. Without position: fixed; on the body, the dialog sticks to the bottom of the screen perfectly and the page doesn't scroll, but there's a page bounce present.

Screen.Recording.2022-01-27.at.15.31.54.mov
@clxandstuff clxandstuff self-assigned this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants