how to override font boosting in mobile chrome

后端 未结 8 1113
面向向阳花
面向向阳花 2020-12-01 09:32

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, a

8条回答
  •  离开以前
    2020-12-01 10:20

    Matt and Kundan Sankhe answer are the best solution at the moment.

    .element { max-height: 999999px; }
    

    If the problem still occur try add this inside the head tag:-

    
    

    But bear in mind that this can cause problem to image tag or image background-size tag.

提交回复
热议问题