Prevent iOS from zooming when focusing selects
authorMarcel Werk <burntime@woltlab.com>
Sun, 1 Jan 2017 17:05:47 +0000 (18:05 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 1 Jan 2017 17:05:47 +0000 (18:05 +0100)
wcfsetup/install/files/style/layout/form.scss

index 635ef763c825f7ea61df3919abd74c17d58be631..a4cd0835d18a567d7e829ff88b64468be734034a 100644 (file)
@@ -57,6 +57,7 @@ input[type="text"] {
        -webkit-appearance: none;
 }
 
+/* prevent iOS from zooming when focusing inputs */
 .iOS {
        input[type="date"],
        input[type="datetime"],
@@ -66,6 +67,7 @@ input[type="text"] {
        input[type="search"],
        input[type="text"],
        input[type="url"],
+       select,
        textarea {
                font-size: 16px;
        }