diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-06 16:44:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-06 16:44:34 +0900 |
| commit | 3fbfa60683f8c41f04ff9e6752241cf04a15d489 (patch) | |
| tree | 70bc2933ee006ccdd57268d222c2c3faae2fe83a /src/web | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-3fbfa60683f8c41f04ff9e6752241cf04a15d489.tar.gz misskey-3fbfa60683f8c41f04ff9e6752241cf04a15d489.tar.bz2 misskey-3fbfa60683f8c41f04ff9e6752241cf04a15d489.zip | |
[Client] Fix bug
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/timeline-post.tag | 1 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post.tag | 1 |
2 files changed, 2 insertions, 0 deletions
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 |