So I am wondering if there is a possibility to have a different starting position with the overflow:scroll value;
overflow:scroll
When you start scrolling in a div
div
With javascript you can just set scrollLeft property when page gets loaded (using el.scrollLeft = el.scrollWidth - el.clientWidth;).
el.scrollLeft = el.scrollWidth - el.clientWidth;