Increase wiggle room to 30 px, which should ensure text cut off
FREEBIE
This commit is contained in:
parent
84397a2ef4
commit
c5530b7235
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
},
|
||||
atBottom: function() {
|
||||
return this.bottomOffset < 20;
|
||||
return this.bottomOffset < 30;
|
||||
},
|
||||
measureScrollPosition: function() {
|
||||
if (this.el.scrollHeight === 0) { // hidden
|
||||
|
|
Loading…
Add table
Reference in a new issue