From 4a23b1c5a2d6aea2a3e431f7ac94910b4217ca42 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 2 Oct 2017 10:43:08 +0000 Subject: www: set iOS11 fix only for small screens --- juick-www/src/main/static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'juick-www/src') 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%; + } } -- cgit v1.2.3