Div 100% height scroll

后端 未结 3 912
暗喜
暗喜 2020-12-30 20:14

At my page i have a navigation bar to the left that is 100% height and 25% width. It is working fine, but when there\'s scroll available, it destroys the background, and mak

3条回答
  •  情话喂你
    2020-12-30 20:52

    if you want the element to take 100% of the screen use min-height: 100vh and if you want it to take 100% of the parent element use min-height: 100%

提交回复
热议问题