client/css: fix broken post fit mode on iOS 10
With the way the post fit modes work, the image will always be displayed in full size on iOS 10 browser, regardless of the setting. Setting a max-width on the body fixes it.
This commit is contained in:
parent
90b0d77147
commit
7d0a8b789c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
html
|
||||
height: 100%
|
||||
body
|
||||
max-width: 100vw;
|
||||
min-height: 100%
|
||||
|
||||
body
|
||||
|
|
Loading…
Reference in a new issue