1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 06:30:53 +02:00

Prevent page zoom on input focus in iOS 10. fixes flarum/core#1023

This commit is contained in:
Toby Zerner
2016-09-03 23:12:59 +09:30
parent f20b35080b
commit cba278611a
3 changed files with 25 additions and 20 deletions

View File

@@ -38,6 +38,10 @@
textarea& {
height: auto;
}
@media @phone {
font-size: 16px; // minimum font-size required to prevent page zoom on focus in iOS 10
}
}
.helpText {
font-size: 12px;