mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
css: Scroll on html instead of .app.
This commit is contained in:
@@ -204,7 +204,7 @@ function scroll_finish() {
|
||||
}
|
||||
|
||||
export function initialize() {
|
||||
message_viewport.$message_pane.on(
|
||||
$(document).on(
|
||||
"scroll",
|
||||
_.throttle(() => {
|
||||
unread_ops.process_visible();
|
||||
|
||||
Reference in New Issue
Block a user