Scroll Bar not visible

How do I get the scroll bar to the right to become visible?

Hi @j3atechnology,

Thanks for reaching out.

I can see the scroll bar but very faint. I checked the CSS and it has customization related to scrollbar, please remove them and test it again. It’s in Theme Options > CSS.

body::-webkit-scrollbar{
    display:none
}
body .x-pricing-column h2 span{
    color:#eaf62a;
    font-size:2rem;
    font-style:bold
}
.x-pricing-column-info ul>li{
    font-size:17px
}
body::-webkit-scrollbar-track{
    display:block!important
}
body::-webkit-scrollbar-thumb{
    display:block!important;
    background-color:#fbfafa!important;
    outline:1px solid #626569!important
}
body::-webkit-scrollbar{
    display:block!important;
    width:1em!important
}

Thanks!

Great That worked!! Thanks

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.