diff options
Diffstat (limited to 'juick-www/src/main')
-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%; + } } |