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');