mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
[Bug] prevent iOS input-auto zoom by adding font-size: 16px to inputs (#2137)
This commit is contained in:
parent
4139e11b11
commit
ed495673f3
@ -243,4 +243,8 @@ input:-internal-autofill-selected {
|
||||
-webkit-animation: blink normal 4s infinite ease-in-out; /* Webkit */
|
||||
-ms-animation: blink normal 4s infinite ease-in-out; /* IE */
|
||||
animation: blink normal 4s infinite ease-in-out; /* Opera and prob css3 final iteration */
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 16px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user