Div 100% height scroll

后端 未结 3 913
暗喜
暗喜 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:54

    Using min-height: 100% instead of height: 100% should fix it. See updated fiddle here: http://jsfiddle.net/zitrusfrisch/Sa6cb/3/

提交回复
热议问题