Scroll horizontally starting from right to left with CSS overflow:scroll

后端 未结 6 1855
天命终不由人
天命终不由人 2020-12-16 12:07

So I am wondering if there is a possibility to have a different starting position with the overflow:scroll value;

When you start scrolling in a div

6条回答
  •  北海茫月
    2020-12-16 12:47

    With javascript you can just set scrollLeft property when page gets loaded (using el.scrollLeft = el.scrollWidth - el.clientWidth;).

提交回复
热议问题