Quantcast
Channel: How to change scroll bar position with CSS? - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by cloud-alfakhre for How to change scroll bar position with CSS?

$
0
0

there is a simple way actually,just change the "direction" property of the container element (the one that has the scroll bar) to "rtl" and the child element to "ltr"

/*this is the container*/#home {    direction: rtl;/*this here*/    padding-left: 20px;}/*this is the child*/.content-container {    direction: ltr;/*this here*/    width: 100%;}

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images