mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Added more scroll padding
This commit is contained in:
2
dist/js/ionic.js
vendored
2
dist/js/ionic.js
vendored
@@ -2625,7 +2625,7 @@ var Scroller;
|
||||
Math.min(this.__container.clientWidth, this.__container.parentElement.clientWidth),
|
||||
Math.min(this.__container.clientHeight, this.__container.parentElement.clientHeight),
|
||||
this.__content.offsetWidth,
|
||||
this.__content.offsetHeight-20);
|
||||
this.__content.offsetHeight+20);
|
||||
},
|
||||
/*
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
@@ -590,7 +590,7 @@ var Scroller;
|
||||
Math.min(this.__container.clientWidth, this.__container.parentElement.clientWidth),
|
||||
Math.min(this.__container.clientHeight, this.__container.parentElement.clientHeight),
|
||||
this.__content.offsetWidth,
|
||||
this.__content.offsetHeight-20);
|
||||
this.__content.offsetHeight+20);
|
||||
},
|
||||
/*
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user