File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
372
372
return Math . max ( self . __content . scrollWidth , self . __content . offsetWidth ) ;
373
373
} ,
374
374
getContentHeight : function ( ) {
375
- return Math . max ( self . __content . scrollHeight , self . __content . offsetHeight + self . __content . offsetTop ) ;
375
+ return Math . max ( self . __content . scrollHeight , self . __content . offsetHeight + ( self . __content . offsetTop * 2 ) ) ;
376
376
}
377
377
} ;
378
378
@@ -906,7 +906,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
906
906
this . mouseMove = this . mouseDown = this . mouseUp = this . mouseWheel =
907
907
this . touchStart = this . touchMove = this . touchEnd = this . touchCancel = angular . noop ;
908
908
909
- this . resize = this . scrollTo = this . zoomTo =
909
+ this . resize = this . scrollTo = this . zoomTo =
910
910
this . __scrollingComplete = angular . noop ;
911
911
container = null ;
912
912
} ,
You can’t perform that action at this time.
0 commit comments