From 41744297f8a96958160cab99fe02bcc8f162d642 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 4 Dec 2013 12:37:47 -0600 Subject: [PATCH] Added more scroll padding --- dist/js/ionic.js | 2 +- js/views/scrollView.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/ionic.js b/dist/js/ionic.js index 6d08ef7486..ad8e047e0c 100644 --- a/dist/js/ionic.js +++ b/dist/js/ionic.js @@ -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); }, /* --------------------------------------------------------------------------- diff --git a/js/views/scrollView.js b/js/views/scrollView.js index 19344ffa18..5ef2caddd8 100644 --- a/js/views/scrollView.js +++ b/js/views/scrollView.js @@ -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); }, /* ---------------------------------------------------------------------------