mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-21 17:41:18 +02:00
Prevent iOS from zooming on inputs
This commit is contained in:
parent
568fab0ac1
commit
538e20b8c6
1 changed files with 6 additions and 0 deletions
|
@ -15,4 +15,10 @@ html, body {
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type="checkbox"]),
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue