mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Increase wiggle room to 30 px, which should ensure text cut off
FREEBIE
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
atBottom: function() {
|
||||
return this.bottomOffset < 20;
|
||||
return this.bottomOffset < 30;
|
||||
},
|
||||
measureScrollPosition: function() {
|
||||
if (this.el.scrollHeight === 0) { // hidden
|
||||
|
||||
Reference in New Issue
Block a user