Removing height: 120% as it appears to have caused unnecessary flickering and by setting the min-height of each page creation is unnecessary.

This commit is contained in:
Jesse Streb 2011-01-31 21:42:38 -05:00
parent d509404b72
commit 34260225a7

View file

@ -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;
}