From ac818c86d2fcba63ffb77574365a825499de0695 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 28 Oct 2015 13:31:44 +0100 Subject: [PATCH] Disabled iOS work-around causing issues in iOS 9 --- wcfsetup/install/files/style/global.less | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1