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.

Scrollbar Cleanup

3 posters

Go down

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.]
Bones!
Bones!
Forumember

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

http://www.unknownlandsrp.com/

Back to top Go down

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 ?
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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.
Bones!
Bones!
Forumember

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

http://www.unknownlandsrp.com/

Back to top Go down

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Scrollbar Cleanup

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

That actually worked. Cool, thanks.
Bones!
Bones!
Forumember

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

http://www.unknownlandsrp.com/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51583
Reputation : 3526
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum