I am currently working on a page that contains 2 vertically aligned divs. My goal is to always display the upper div to the user, while allowing for a scrollbar in the second div (which has a fixed height) as content expands. The issue I am facing is that there is extra space to the right of the forced scrollbar in the second div where the normal browser scrollbar would be displayed. Is there a way to suppress this normal scrollbar so that the scrollbar in the second div behaves like the normal one? Any assistance on this matter would be greatly appreciated.