Added more scroll padding

This commit is contained in:
Max Lynch
2013-12-04 12:37:47 -06:00
parent 5c9c8a1e39
commit 41744297f8
2 changed files with 2 additions and 2 deletions

2
dist/js/ionic.js vendored
View File

@@ -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);
},
/*
---------------------------------------------------------------------------

View File

@@ -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);
},
/*
---------------------------------------------------------------------------