We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66244c4 commit 5129256Copy full SHA for 5129256
projects/stream-chat-angular/src/lib/message-list/message-list.component.ts
@@ -319,7 +319,7 @@ export class MessageListComponent
319
) {
320
position = 'top';
321
} else if (
322
- Math.round(this.scrollContainer.nativeElement.scrollTop) +
+ Math.ceil(this.scrollContainer.nativeElement.scrollTop) +
323
this.scrollContainer.nativeElement.clientHeight >=
324
this.scrollContainer.nativeElement.scrollHeight
325
0 commit comments