From 315a27963e69f24731907cf96304b54c919dd7ee Mon Sep 17 00:00:00 2001 From: "Omar M. T." Date: Fri, 14 Nov 2014 01:43:32 +0100 Subject: [PATCH] .ui-mobile .ui-mobile-viewport not body If `pagecontainer` is set to a different _wrapper_, page scrolls. `height: 99.9%` should be assigned to `ui-mobile-viewport` to avoid this issue. http://plnkr.co/edit/qMHTRFIBTSQkMX3Qbog8?p=preview --- css/structure/jquery.mobile.core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index d2614ffa796..4286d75ea2b 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -1,6 +1,6 @@ /* Some unsets */ .ui-mobile, -.ui-mobile body { +.ui-mobile .ui-mobile-viewport { height: 99.9%; } .ui-mobile fieldset,