Home Forums Basel support forum Slim scroll problem in RTL

Slim scroll problem in RTL

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17882

    Human
    Participant

    Hi,

    There is a problem with slim scroll bar in RTL mode. please look at the below screenshot:

    native scroll bar must be hidden. please hover your mouse on filters in this demo and see what I mean.

    #17885

    Eric Watson
    Participant

    Thank you for noticing and reporting this issue. We will fix it in our next theme release for sure.

    Kind Regards
    XTemos Studio

    #17886

    Human
    Participant

    Would you please offer some quick fix for now?

    I think this helps:

    .basel-scroll-content{
        left: -17px !important;
    }
    #17887

    Eric Watson
    Participant

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .rtl .basel-scroll .basel-scroll-content {
    	left: -17px !important;
    }

    Kind Regards
    XTemos Studio

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)