Fixed webkit text scaling `bug`
This commit is contained in:
parent
923d9ec753
commit
75f37bc02f
|
|
@ -3,6 +3,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue