mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
added webkit-backface-visibility: hidden
This commit is contained in:
10
dist/css/ionic.css
vendored
10
dist/css/ionic.css
vendored
@@ -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;
|
||||
|
||||
@@ -20,6 +20,8 @@ img {
|
||||
|
||||
body, .ionic-body {
|
||||
@include font-smoothing(antialiased);
|
||||
-webkit-perspective: 1000;
|
||||
-webkit-backface-visibility: hidden;
|
||||
@incude text-size-adjust(none);
|
||||
@include tap-highlight-transparent();
|
||||
@include user-select(none);
|
||||
@@ -65,6 +67,8 @@ body, .ionic-body {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
-webkit-perspective: 1000;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -79,6 +83,8 @@ body, .ionic-body {
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-perspective: 1000;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
|
||||
// Scroll refresher (for pull to refresh)
|
||||
|
||||
Reference in New Issue
Block a user