Div 100% height scroll

后端 未结 3 916
暗喜
暗喜 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条回答
  •  Happy的楠姐
    2020-12-30 21:06

    I had a similar issue when I wanted to build an opaque overlay on top of a webpage. The overlay only covered the height of the browser window, not the total scrolling height of the page. I turned to Javascript to dynamically get the page height.

    $('body').append('
    ')

提交回复
热议问题