Elad Katz
Elad Katz

Reputation: 7591

Chrome shows vertical scrollbar at the right side when using direction:rtl

When I put style='direction: rtl;' the vertical scrollbar should switch sides and show on the left instead of right. This is how it works in IE and FF, but in Chrome it remains on the right.

Is it a known bug? Is there any way to fix it?

Upvotes: 9

Views: 4726

Answers (1)

Josh Smith
Josh Smith

Reputation: 15028

This is a known webkit bug. The scroll will render on the right in Safari, as well.

There's an answer here that has several different workarounds, including the jQuery plugin jScrollPane and a native-looking hack.

Upvotes: 8

Related Questions