diff --git a/src/client/app/common/scripts/paging.ts b/src/client/app/common/scripts/paging.ts
index 458ee7e5ca..4875ce620f 100644
--- a/src/client/app/common/scripts/paging.ts
+++ b/src/client/app/common/scripts/paging.ts
@@ -117,7 +117,7 @@ export default (opts) => ({
if (cancel) return;
}
- if (this.isScrollTop()) {
+ if (this.isScrollTop == null || this.isScrollTop()) {
// Prepend the item
this.items.unshift(item);
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue
index 0bf0132926..9ca06f4118 100644
--- a/src/client/app/desktop/views/components/notifications.vue
+++ b/src/client/app/desktop/views/components/notifications.vue
@@ -6,7 +6,7 @@
-
+
@@ -125,17 +125,18 @@
-
+
{{ notification._datetext }}
{{ _notifications[i + 1]._datetext }}
-