Scrolling only content div, others should be fixed

后端 未结 7 1304
广开言路
广开言路 2020-12-17 08:15

I have three divs. I need header and left_side divs to be fixed and content div to scroll. I\'ve been searching for solution and found something with overflow and <

相关标签:
7条回答
  • 2020-12-17 09:11
    #left_side{
        ...
        overflow:auto;  
    
    }
    

    Set also a padding-right to create a space between div's inner content and scrollbar

    0 讨论(0)
提交回复
热议问题