css: Scroll on html instead of .app.

This commit is contained in:
Aman Agrawal
2023-05-20 20:00:21 +05:30
committed by Tim Abbott
parent cae02dbca4
commit a78dc4a2bd
23 changed files with 80 additions and 108 deletions

View File

@@ -204,7 +204,7 @@ function scroll_finish() {
}
export function initialize() {
message_viewport.$message_pane.on(
$(document).on(
"scroll",
_.throttle(() => {
unread_ops.process_visible();