Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to override font boosting in mobile chrome

Tags:

Is it possible to override font boosting in mobile chrome? I searched the internet before ~including stackoverflow~.

I found that some people say it's impossible, and I also found meta tag that helped the text but also decreased the area of the text... which is not good..

Will appreciate your help..

like image 423
Ron Avatar asked Nov 17 '12 13:11

Ron


1 Answers

adding following line to my reset.css worked for me

    html * {max-height:1000000px;} 
like image 103
Matt Avatar answered Nov 16 '22 06:11

Matt