Disabled iOS work-around causing issues in iOS 9
authorAlexander Ebert <ebert@woltlab.com>
Wed, 28 Oct 2015 12:31:44 +0000 (13:31 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 28 Oct 2015 12:31:55 +0000 (13:31 +0100)
wcfsetup/install/files/style/global.less

index e7506aee4ab14450fae22a8451c6cd1811b65d4d..f211378b39a9898ece9409d8b0ae0cd80b86302f 100644 (file)
@@ -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