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 <
#left_side{ ... overflow:auto; }
Set also a padding-right to create a space between div's inner content and scrollbar
padding-right