diff options
author | Vitaly Takmazov | 2017-10-02 10:43:08 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-02 10:43:08 +0000 |
commit | 4a23b1c5a2d6aea2a3e431f7ac94910b4217ca42 (patch) | |
tree | 6319b07809d285df111739d07439c60526cc9916 /juick-www/src | |
parent | 88515b49cf4e6271ef6f398f62d172c31160f703 (diff) |
www: set iOS11 fix only for small screens
Diffstat (limited to 'juick-www/src')
-rw-r--r-- | juick-www/src/main/static/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index f2e2ec1d..e3455767 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -637,8 +637,6 @@ q { } .dialog-opened { overflow: hidden; - position: fixed; - width: 100%; } #signfb, #signvk { @@ -954,4 +952,8 @@ article.nsfw .ir img:hover { .title2-right { line-height: initial; } + .dialog-opened { + position: fixed; + width: 100%; + } } |