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;
|
||||
|
||||
Reference in New Issue
Block a user