Scrollbar Cleanup Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Scrollbar Cleanup

    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    Solved Scrollbar Cleanup

    Post by Bones! October 6th 2015, 8:49 pm

    So recently I obtained this scrollbar code:
    Code:
    body::-webkit-scrollbar {
        width: 15px;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px #ffffff;
    }
     
    body::-webkit-scrollbar-thumb {
      background-color: #FFFFFF;
      outline: 1px solid #000000;
    }
    Is there any way to compress it so it doesn't glitch out every once in a while?
    [Sometimes I spans the whole page, and the browser freezes for a few seconds before reverting.]
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Scrollbar Cleanup

    Post by Ange Tuteur October 6th 2015, 9:02 pm

    Hi @Six Letters,

    I took a look on your forum, but I didn't encounter anything out of the ordinary. Do you have an example of this problem occurring, or a place where it always occurs ?
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    Solved Re: Scrollbar Cleanup

    Post by Bones! October 6th 2015, 10:44 pm

    I couldn't provide evidence even if I tried. It's for brief seconds.

    Sometimes I'll open up the homepage, the scrollbar will pan longer than the page and everything gets out of order and out of wack for a few seconds, then the scrollbar goes back to normal and everything is fine.

    If there is no way to fix it, then it is fine.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Scrollbar Cleanup

    Post by Ange Tuteur October 6th 2015, 11:31 pm

    Hmm... The only thing I can think to try would be to take out the body tag, to see if that changes anything. That would make the scrollbar design global though.
    Code:
    ::-webkit-scrollbar {
        width: 15px;
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px #ffffff;
    }
     
    ::-webkit-scrollbar-thumb {
      background-color: #FFFFFF;
      outline: 1px solid #000000;
    }

    Other than that, I can't really find a solution since I haven't experienced the problem myself. blackeye
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    Solved Re: Scrollbar Cleanup

    Post by Bones! October 7th 2015, 9:28 pm

    That actually worked. Cool, thanks.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Scrollbar Cleanup

    Post by SLGray October 7th 2015, 11:41 pm

    Topic solved and archived




    Scrollbar Cleanup Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.