Answer the question
In order to leave comments, you need to log in
How to remove the scroll bar but leave the scroll itself?
or
Is it possible to customize the scroll for individual blocks?
not an option at all:
// ::-webkit-scrollbar {
// width: 12px;
// }
// ::-webkit-scrollbar-track {
// -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
// background-color: rgba(0,0,0,0.02);
// border-radius: 0px;
// }
// ::-webkit-scrollbar-thumb {
// border-radius: 5px;
// -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
// background-color: rgba(0,0,0,0.08);
Answer the question
In order to leave comments, you need to log in
Don't worry, take the scroll script and use it:
manos.malihu.gr/jquery-custom-content-scroller
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question