Check out my plunker for reference.
The goal I am aiming for is as follows:
- The webpage should stay fixed and not scroll in any direction
- If the content overflows its container, a scroll bar should appear strictly within that container
I have a main content area where horizontal scrolling works correctly when the content exceeds the width within the #content
section.
However, vertical scrolling across the entire page occurs if the content is too long. My objective is to limit this vertical scroll bar to only the #content
section.
Your assistance is greatly appreciated!