Reputation: 1708
I have a wide div
.wide-div{
width: 3800px;
overflow-x: auto;
padding-right: 160px;
white-space: nowrap;
direction: rtl;
text-align: right;
}
Its working BUT upon first display the scrollbar scroll location is at leftmost side.
How do I make it appear on the rightmost side, so that I can scroll to the left, using css only?
Upvotes: 0
Views: 60