diff --git a/src/web/app/mobile/tags/ui-header.tag b/src/web/app/mobile/tags/ui-header.tag
index 9e5f40a80..b6d2e28be 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 6f2f3130a..3e7673332 100644
--- a/src/web/app/mobile/tags/ui.tag
+++ b/src/web/app/mobile/tags/ui.tag
@@ -8,6 +8,7 @@