Skip to content

Commit 3ab9eaf

Browse files
committed
fix(ionContent): fix scroll sizing with native scrolling and pull-to-refresh
1 parent a665d1d commit 3ab9eaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: scss/_refresher.scss

+5
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,16 @@
8282
.overflow-scroll > .scroll{
8383
&.overscroll{
8484
position:fixed;
85+
right: 0;
86+
left: 0;
8587
}
8688
-webkit-overflow-scrolling:touch;
8789
width:100%;
8890
}
8991

92+
.overflow-scroll.padding > .scroll.overscroll{
93+
padding: 10px;
94+
}
9095
@-webkit-keyframes refresh-spin {
9196
0% { -webkit-transform: translate3d(0,0,0) rotate(0); }
9297
100% { -webkit-transform: translate3d(0,0,0) rotate(180deg); }

0 commit comments

Comments
 (0)