Support Article
Page footer moves along with the page in mobile device
SA-83467
Summary
In a mobile device, the page footer moves along with the page. Hence, extra spaces display in the UI. This occurs intermittently.
Error Messages
Not Applicable
Steps to Reproduce
Access the application in a mobile device and drag the bottom right corner.
Root Cause
This issue occurs in an Android device when the application contains heavy CSS.
Resolution
Perform the following local-change:
Add the following styles in the UserWorkForm or Application skin:
html.android, html.android>body {
max-height: 100% !important;
overflow: auto !important;
}
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.