From d2df69d6658501ff39e00a7cdcc2d74db268d2fd Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 7 May 2014 15:47:01 -0500 Subject: [PATCH] overflow:hidden to html element --- scss/_scaffolding.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 070ed83922..464e24b601 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -11,6 +11,7 @@ } html { + overflow: hidden; -ms-touch-action: manipulation; touch-action: manipulation; } @@ -69,8 +70,8 @@ body.grade-c { } .scroll-view { - display: block; position: relative; + display: block; overflow: hidden; // Hide the top border if any @@ -184,8 +185,8 @@ body.grade-c { .text-refreshing, .text-pulling { - line-height: 16px; font-size: 16px; + line-height: 16px; } &.ionic-refresher-with-text { bottom: 10px; @@ -201,12 +202,12 @@ body.grade-c { transform-style: preserve-3d; } .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-duration(200ms); @include animation-timing-function(linear); @include animation-fill-mode(none); + -webkit-transform: translate3d(0,0,0) rotate(0deg); + transform: translate3d(0,0,0) rotate(0deg); } .icon-refreshing, .text-refreshing {