From 98aba849291211d863a97d1e688688cd76e473bf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 12 Mar 2022 14:37:51 +0500 Subject: index.html: disable font boosting on Android --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index ed5d59c..ce17843 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,15 @@ html, body { content: '\200B'; visibility: hidden; } + +/* + * The fucking font boosting on Android's Chrome. + * This does seem to disable it, for God knows what reason: + * https://stackoverflow.com/a/16432702/514684 + */ +html * { + max-height: 1000000px; +} -- cgit v1.2.3