diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 21:36:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 21:36:16 +0900 |
| commit | f7c0654b9b99ea4bf42617a454db90a93abc9410 (patch) | |
| tree | 022e44f97d23672a9dc421db7df9b351c822aabd /src | |
| parent | [Client] Clean up (diff) | |
| download | sharkey-f7c0654b9b99ea4bf42617a454db90a93abc9410.tar.gz sharkey-f7c0654b9b99ea4bf42617a454db90a93abc9410.tar.bz2 sharkey-f7c0654b9b99ea4bf42617a454db90a93abc9410.zip | |
[Client:Mobile] Better design
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/tags/ui-header.tag | 3 | ||||
| -rw-r--r-- | 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'); |