mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 00:53:10 +00:00
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:
parent
d509404b72
commit
34260225a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue