diff options
Diffstat (limited to 'ui/styles/textarea.css')
| -rw-r--r-- | ui/styles/textarea.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index 057fb8a..edf8ced 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -34,3 +34,12 @@ main { justify-content: flex-start; align-items: stretch; } + +/* Workaround for iOS zooming in on the textarea when it gets focus. */ +@media screen and (-webkit-min-device-pixel-ratio:0) { + select, + textarea, + input { + font-size: 16px; + } +} |
