Increase wiggle room to 30 px, which should ensure text cut off

FREEBIE
pull/749/head
Scott Nonnenberg 9 years ago
parent 84397a2ef4
commit c5530b7235

@ -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…
Cancel
Save