diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 13:30:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 13:30:19 +0900 |
| commit | 151f1fe3f739698c479c9227b8e2f826ff23236a (patch) | |
| tree | 4571aa72f1553abee703899d234ac79be1f83abe /src/web | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-151f1fe3f739698c479c9227b8e2f826ff23236a.tar.gz misskey-151f1fe3f739698c479c9227b8e2f826ff23236a.tar.bz2 misskey-151f1fe3f739698c479c9227b8e2f826ff23236a.zip | |
[Client] Fix design
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/ui-header.tag | 1 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/ui-header.tag | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/desktop/tags/ui-header.tag b/src/web/app/desktop/tags/ui-header.tag index b522c51806..3bdd5a2ff8 100644 --- a/src/web/app/desktop/tags/ui-header.tag +++ b/src/web/app/desktop/tags/ui-header.tag @@ -21,6 +21,7 @@ <style> :scope display block + position -webkit-sticky position sticky top 0 z-index 1024 diff --git a/src/web/app/mobile/tags/ui-header.tag b/src/web/app/mobile/tags/ui-header.tag index 30259ba911..9e5f40a80c 100644 --- a/src/web/app/mobile/tags/ui-header.tag +++ b/src/web/app/mobile/tags/ui-header.tag @@ -13,6 +13,7 @@ $height = 48px display block + position -webkit-sticky position sticky top 0 z-index 1024 |