Skip to content

Commit

Permalink
fix(ionContent): fix scroll sizing with native scrolling and pull-to-…
Browse files Browse the repository at this point in the history
…refresh
  • Loading branch information
mhartington committed Aug 28, 2015
1 parent a665d1d commit 3ab9eaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_refresher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,16 @@
.overflow-scroll > .scroll{
&.overscroll{
position:fixed;
right: 0;
left: 0;
}
-webkit-overflow-scrolling:touch;
width:100%;
}

.overflow-scroll.padding > .scroll.overscroll{
padding: 10px;
}
@-webkit-keyframes refresh-spin {
0% { -webkit-transform: translate3d(0,0,0) rotate(0); }
100% { -webkit-transform: translate3d(0,0,0) rotate(180deg); }
Expand Down

0 comments on commit 3ab9eaf

Please sign in to comment.