mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 20:54:46 +00:00
added translate3d to see if it helps flickering
This commit is contained in:
parent
53b3d6828b
commit
84d1f584d8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
.landscape { }
|
||||
|
||||
/* "page" containers - full-screen views, one should always be in view post-pageload */
|
||||
.ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
|
||||
.ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; -webkit-transform: translate3d(0,0,0); }
|
||||
.ui-page-active { display: block; overflow: visible; }
|
||||
|
||||
/* loading screen */
|
||||
|
|
|
|||
Loading…
Reference in a new issue