Skip to content

Fix issues with scroll on iOS / iPad OS

Himanshu Kapoor requested to merge 213587-ide-ipad-scroll-issue into master

What does this MR do?

Issues:

Window height in iPad is actually less than 100vh because of the presence of a bottom bar in the browser. Adding position: fixed and max-height: 100% fixes this.

Tested on iOS 13.5 Simulator for iPad (7th generation). Also verified on Chrome on Mac just to verify that regular browsers are not affected by this change.

Screenshots

Before After
Untitled2 Untitled

Does this MR meet the acceptance criteria?

Conformity

References

Edited by Himanshu Kapoor

Merge request reports