Image Slideshow disappear when store changed to RTL

My Slide show disappear when the store change to RTL,

I search the net, but not found a solution to fix that for me

my theme is Supply theme.

link to store url: https://safanaonline.com/ar

Thanks in advance

Kamal

Unfortunately no one answer,

So I searched again and again, till fix the problem ,

So I will put the solution here to help some one looking for that,

Just I added the property ltr to the slideshow, then it is working,

div#heroSlider–slideshow {

direction: ltr;
}

add this code to the end of theme.scss.css file

Regards

Kamal

Hi,

I know it is an old post, but could you please explain where did you add this exactly? which code file?