What's the best way to make a left side panel (grandchild) sticky in relation to the body, while allowing a navbar and main content to be scrollable?
<div>
<div>navbar (should scroll away)</div>
<div>
<div>side pane (should stick to the top of the screen)</div>
<div>main content (should scroll away)</div>
</div>
</div>