diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag
index c1925dcc2..18d0f3716 100644
--- a/src/web/app/desktop/tags/timeline-post.tag
+++ b/src/web/app/desktop/tags/timeline-post.tag
@@ -138,6 +138,7 @@
 					display block
 					float left
 					margin 0 16px 10px 0
+					position -webkit-sticky
 					position sticky
 					top 74px
 
diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag
index 608ad0d52..733d57cde 100644
--- a/src/web/app/mobile/tags/timeline-post.tag
+++ b/src/web/app/mobile/tags/timeline-post.tag
@@ -112,6 +112,7 @@
 					display block
 					float left
 					margin 0 10px 8px 0
+					position -webkit-sticky
 					position sticky
 					top 66px