malihu-custom-scrollbar-plugin icon indicating copy to clipboard operation
malihu-custom-scrollbar-plugin copied to clipboard

RTL issue in horizontal scroll

Open Evgeny1971 opened this issue 8 years ago • 1 comments

Hi All , i use RTL direction in HTML , usually horizontal scroll works fine and located on the right side of the needed content . But in other else – if by default, horizontal scroll doesn’t exist in HTML and i add needed content programmatically and the horizontal scroll appears – the horizontal scroll located on the Left !!! not right side of the content. Does anyboby know how can i fix this issue ?

Thanx all , Evgeniy `$("a[rel='add-content']").click(function(e){ e.preventDefault(); var markup="

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

";

$("#div_test").append(markup); $("#test_resizable").mCustomScrollbar("update"); });`

Evgeny1971 avatar May 19 '16 07:05 Evgeny1971

Hello I have the same problem,have you solve it?

zizxzy avatar Feb 21 '23 08:02 zizxzy