added webkit-backface-visibility: hidden

This commit is contained in:
Adam Bradley
2013-11-28 21:12:02 -06:00
parent 513abc573c
commit 343c0b647b
2 changed files with 14 additions and 2 deletions

10
dist/css/ionic.css vendored
View File

@@ -2208,6 +2208,8 @@ img {
body, .ionic-body {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
@incude text-size-adjust(none);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
@@ -2249,7 +2251,9 @@ body, .ionic-body {
right: 0;
bottom: 0;
left: 0;
overflow: hidden; }
overflow: hidden;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden; }
/**
* Scroll is the scroll view component available for complex and custom
@@ -2267,7 +2271,9 @@ body, .ionic-body {
position: absolute;
z-index: 1;
width: 100%;
height: 100%; }
height: 100%;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden; }
.scroll-refresher {
display: none;