fix isScrollBarAtBottom
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
/* Adding isBottom function - Start */
|
/* Adding isBottom function - Start */
|
||||||
this.isBottom=function()
|
this.isBottom=function()
|
||||||
{
|
{
|
||||||
return (iScroll == (oContent[options.axis] - oViewport[options.axis]));
|
return (oContent.ratio > 1 || iScroll == (oContent[options.axis] - oViewport[options.axis]));
|
||||||
};
|
};
|
||||||
/* Adding isBottom function - End */
|
/* Adding isBottom function - End */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user