fix iOS randomly increasing fontsize of some things:
* links which are wider than the display width * probably input fields too
This commit is contained in:
parent
18aa82fb2f
commit
2b6a3afd38
@ -4,6 +4,8 @@
|
|||||||
src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(deps/scp.woff2) format('woff2');
|
src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(deps/scp.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
|
text-size-adjust: 100%;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
#tt, #toast {
|
#tt, #toast {
|
||||||
|
Loading…
Reference in New Issue
Block a user