Is it possible to move a vertical scrollbar?
I currently have a scrollbar in my div, but I would like to relocate it to the right side next to "Panel 2".
Unfortunately, using CSS styles position: fixed and margin-right is not an option. Are there alternative methods such as jQuery that can achieve this?
This is the desired layout:
https://i.sstatic.net/Hn820.png
JSBIN link for reference: https://jsbin.com/pahezuzohi/1/edit?html,css,output