From f7c0654b9b99ea4bf42617a454db90a93abc9410 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Wed, 22 Feb 2017 21:36:16 +0900
Subject: [PATCH] [Client:Mobile] Better design

---
 src/web/app/mobile/tags/ui-header.tag | 3 +--
 src/web/app/mobile/tags/ui.tag        | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/web/app/mobile/tags/ui-header.tag b/src/web/app/mobile/tags/ui-header.tag
index 9e5f40a80c..b6d2e28beb 100644
--- a/src/web/app/mobile/tags/ui-header.tag
+++ b/src/web/app/mobile/tags/ui-header.tag
@@ -13,8 +13,7 @@
 			$height = 48px
 
 			display block
-			position -webkit-sticky
-			position sticky
+			position fixed
 			top 0
 			z-index 1024
 			width 100%
diff --git a/src/web/app/mobile/tags/ui.tag b/src/web/app/mobile/tags/ui.tag
index 6f2f3130a1..3e76733324 100644
--- a/src/web/app/mobile/tags/ui.tag
+++ b/src/web/app/mobile/tags/ui.tag
@@ -8,6 +8,7 @@
 	<style>
 		:scope
 			display block
+			padding-top 48px
 	</style>
 	<script>
 		this.mixin('stream');