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() {
|
atBottom: function() {
|
||||||
return this.bottomOffset < 20;
|
return this.bottomOffset < 30;
|
||||||
},
|
},
|
||||||
measureScrollPosition: function() {
|
measureScrollPosition: function() {
|
||||||
if (this.el.scrollHeight === 0) { // hidden
|
if (this.el.scrollHeight === 0) { // hidden
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue