|
|
|
|
|
by frosted-flakes
2594 days ago
|
|
It's because the document/body itself isn't scrollable. Only the ".content_scroller" div within the body is scrollable, which causes all sorts of problems. Rather than having two fixed height scrollable divs beside each other, you should remove the fixed height on .content_scroller and fix the sidebar to the side with `display: fix`. |
|
I think you mean `position: fixed` rather than `display: fix` right? In which case the side bar class .side_bar_column already has that. Unless you mean a different class/element?
Anyway looks like I'll have to attack this scroll issue a little more systematically. People usually complain about scrolljacking. I'm doing the absolute opposite, trying to let browsers do their thing themselves, but apparently that's bad too lol. Can't win.