This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Pagecontainer: Viewport's height #7842
Closed
Description
Changing Pagecontainer to a different wrapper other than body
causes page to scroll. This is caused by .ui-mobile body { height: 99.9%; }
, since body
receives correct height of viewport but not the new Pagecontainer.
The fix is .ui-mobile body { height: auto; }
and .new-pagecontainer { height: 99.9%; }
In master CSS, body
should be replaced with .ui-mobile-viewport
.
.ui-mobile .ui-mobile-viewport {
height: 99.9%;
}
Metadata
Metadata
Assignees
Labels
No labels