search

Home  >  Q&A  >  body text

CSS 控制HTML页面高度会导致抖动,是什么原因?

CSS 控制HTML页面高度会导致抖动,是什么原因?

大神,求带!大神,求带!2821 days ago1113

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:28:52

    CSS controlling the height of the HTML page will cause jitter. What is the reason? -PHP Chinese website Q&A-CSS controlling the height of the HTML page will cause jitter. What is the reason? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-02-23 09:34:31

    CSS 控制Html页面高度导致抖动,这类由高度导致页面抖动的问题,其实究其根本原因是滚动条是否显示导致的

    在CSS中添加如下代码:

    html,body{ overflow-y:scroll;} 
    html,body{ overflow:scroll; min-height:101%;} 
    html{ overflow:-moz-scrollbars-vertical;}

    已经试验过了,是可以执行的。

    reply
    0
  • Cancelreply