summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-22 13:30:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-22 13:30:19 +0900
commit151f1fe3f739698c479c9227b8e2f826ff23236a (patch)
tree4571aa72f1553abee703899d234ac79be1f83abe /src/web
parent[Client] Fix bug (diff)
downloadmisskey-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.tag1
-rw-r--r--src/web/app/mobile/tags/ui-header.tag1
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