malihu-custom-scrollbar-plugin
malihu-custom-scrollbar-plugin copied to clipboard
RTL issue in horizontal scroll
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"); });`
Hello I have the same problem,have you solve it?