fixed position element in a scroll area code example Example: fixed div with scrollable content .fixed-content { overflow-y:scroll; overflow-x:scroll; }