Is it possible to center the scroll bar of a flex box in the middle of the screen?
Currently, when using the code below
I am seeing the UI as shown below, with the scroll bar at the bottom of the container DIV https://i.sstatic.net/XakpC.png
Instead, is there a way to change the position or style of scrolling to look more like this using HTML/CSS?