From 3fbfa60683f8c41f04ff9e6752241cf04a15d489 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 6 Feb 2017 16:44:34 +0900 Subject: [PATCH] [Client] Fix bug --- src/web/app/desktop/tags/timeline-post.tag | 1 + src/web/app/mobile/tags/timeline-post.tag | 1 + 2 files changed, 2 insertions(+) diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index c1925dcc29..18d0f37161 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 608ad0d52a..733d57cde9 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