mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
overflow:hidden to html element
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
overflow: hidden;
|
||||||
-ms-touch-action: manipulation;
|
-ms-touch-action: manipulation;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
@@ -69,8 +70,8 @@ body.grade-c {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scroll-view {
|
.scroll-view {
|
||||||
display: block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
// Hide the top border if any
|
// Hide the top border if any
|
||||||
@@ -184,8 +185,8 @@ body.grade-c {
|
|||||||
|
|
||||||
.text-refreshing,
|
.text-refreshing,
|
||||||
.text-pulling {
|
.text-pulling {
|
||||||
line-height: 16px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
&.ionic-refresher-with-text {
|
&.ionic-refresher-with-text {
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
@@ -201,12 +202,12 @@ body.grade-c {
|
|||||||
transform-style: preserve-3d;
|
transform-style: preserve-3d;
|
||||||
}
|
}
|
||||||
.icon-pulling {
|
.icon-pulling {
|
||||||
-webkit-transform: translate3d(0,0,0) rotate(0deg);
|
|
||||||
transform: translate3d(0,0,0) rotate(0deg);
|
|
||||||
@include animation-name(refresh-spin-back);
|
@include animation-name(refresh-spin-back);
|
||||||
@include animation-duration(200ms);
|
@include animation-duration(200ms);
|
||||||
@include animation-timing-function(linear);
|
@include animation-timing-function(linear);
|
||||||
@include animation-fill-mode(none);
|
@include animation-fill-mode(none);
|
||||||
|
-webkit-transform: translate3d(0,0,0) rotate(0deg);
|
||||||
|
transform: translate3d(0,0,0) rotate(0deg);
|
||||||
}
|
}
|
||||||
.icon-refreshing,
|
.icon-refreshing,
|
||||||
.text-refreshing {
|
.text-refreshing {
|
||||||
|
|||||||
Reference in New Issue
Block a user