overflow: hidden on div and body, different behavior

后端 未结 3 788
青春惊慌失措
青春惊慌失措 2020-12-04 01:53

Given this html:


  

I want #b to

3条回答
  •  [愿得一人]
    2020-12-04 02:44

    Body element is considered as main parent element inside which other elements that are displayed within the browser window resides therefore, width and height property is not applicable onto it. According to the best practices it is better to create a div container like #wrapper that you did in your second example.

提交回复
热议问题