Scrollbar Cleanup
3 posters
Page 1 of 1
Scrollbar Cleanup
So recently I obtained this scrollbar code:
[Sometimes I spans the whole page, and the browser freezes for a few seconds before reverting.]
- 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;
}
[Sometimes I spans the whole page, and the browser freezes for a few seconds before reverting.]
Re: Scrollbar Cleanup
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 ?
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 ?
Re: Scrollbar Cleanup
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.
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.
Re: Scrollbar Cleanup
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.
Other than that, I can't really find a solution since I haven't experienced the problem myself.
- 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.
Re: Scrollbar Cleanup
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» cleanup in pb?
» Review Topic Cleanup
» Latest Topic Scrollbar
» News Letter Archive Cleanup
» Add a button Move a Scrollbar to Recently shared images
» Review Topic Cleanup
» Latest Topic Scrollbar
» News Letter Archive Cleanup
» Add a button Move a Scrollbar to Recently shared images
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum