I have an exotic design that needs the following. The left side must scroll, while the right side + top head must stay put (fixed). See attached image.
I can accompl
you need to add overflow:auto; to the area you want to scroll.
overflow:auto;