Using bootstrap 4 I created a page with a side navigation menu. There is a very wide table on the right side bottom of the page. I can create a div scroll bar by using
overflow: scroll;
However, when the table contains 100 rows, a user will have to scroll all the way down to access the scroll bar. Is there a way to create a scroll bar at the bottom of the browser window so it's available all the time? The sample code is here: https://jsfiddle.net/calnastic/0ncsofa6/4/
Please widen the page in the sample so the navigation menu can be displayed.
Thank you.