I have a sidebar with some lists. Each list is preceded by a title bar div. The sidebar has a fixed width and overflow-x: auto. Lists content can overflow, making the parent sidebar to show the scroll bar.
The issue is that the title bar div doesn´t expand when the scroll bar appears. I would like either, don't move it when scrolling or to expand the 'div' to fit the extra space generated by the scroll bar: JS Bin
Is it possible to resolve this issue using CSS?