From 34260225a7455069062a4dc7d4361239d4a2f9ee Mon Sep 17 00:00:00 2001 From: Jesse Streb Date: Mon, 31 Jan 2011 21:42:38 -0500 Subject: [PATCH] Removing height: 120% as it appears to have caused unnecessary flickering and by setting the min-height of each page creation is unnecessary. --- themes/default/jquery.mobile.transitions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/jquery.mobile.transitions.css b/themes/default/jquery.mobile.transitions.css index dab9247d..0b828635 100644 --- a/themes/default/jquery.mobile.transitions.css +++ b/themes/default/jquery.mobile.transitions.css @@ -159,7 +159,7 @@ Built by David Kaneda and maintained by Jonathan Stark. .ui-mobile-viewport-transitioning, .ui-mobile-viewport-transitioning .ui-page { width: 100%; - height: 120%; /* we want to make sure we take up enough to keep the scroll top hidden during transition, but not too much to overflow our buffer */ + height: 100%; overflow: hidden; }