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:
Michael Serajnik 2017-08-13 01:06:12 +02:00
parent 90b0d77147
commit 7d0a8b789c

View file

@ -13,6 +13,7 @@
html html
height: 100% height: 100%
body body
max-width: 100vw;
min-height: 100% min-height: 100%
body body