Okay
  Public Ticket #3583393
Scrollbar Adjustment
Closed

Comments

  •  1
    Bashir started the conversation

    Hi,

    I'm having an issue with dark pages where the scroll bar is hard to see. 

    How can I adjust the size and color of the scroll bar?

    Also it would be nice to have control over the width and the autohide? Turning off the autohide is actually necessary in my case.

    Thanks 

  •  1,806
    Support replied

    Hello,

    you can adjust the scrollbar width and color:

    .scrollbar-track-y {
        width: 15px;

    }

    .scrollbar-thumb {
        width: 15px;
        background: rgba(255, 255, 255, .5);
    }

    the values of 15px and rgb(255, 255, 255) are just suggestions, you can change them to whatever you like and then add the code to customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy