From: Alexander Ebert Date: Wed, 28 Oct 2015 12:31:44 +0000 (+0100) Subject: Disabled iOS work-around causing issues in iOS 9 X-Git-Tag: 2.1.9~26^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ac818c86d2fcba63ffb77574365a825499de0695;p=GitHub%2FWoltLab%2FWCF.git Disabled iOS work-around causing issues in iOS 9 --- diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index e7506aee4a..f211378b39 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -455,9 +455,14 @@ a.badge:hover { } // Fixes zoom when iPhone orientation changes from portrait to landscape + /* + + disabled this for now, it seems to cause some weird zoom-in bugs on iOS 9 and everything works w/o it too + html.iOS, html.iOS > body { width: 100%; overflow: hidden; } + */ } \ No newline at end of file