Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1128181

    J3a Tech
    Participant

    Having problems viewing scroll bar in google chrome. It works (displays) in Internet Explorer.

    #1128360

    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1128610

    J3a Tech
    Participant
    This reply has been marked as private.
    #1128614

    J3a Tech
    Participant
    This reply has been marked as private.
    #1128965

    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    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;
    }

    Let us know how this goes!

    #1128981

    J3a Tech
    Participant

    perfect it worked! Thanks!

    #1129090

    Prasant Rai
    Moderator

    You are most welcome. 🙂