A
A
Alexander Ivanov2018-03-22 10:20:40
css
Alexander Ivanov, 2018-03-22 10:20:40

How to remove the scroll bar but leave the scroll itself?

5ab358e768894039945163.png
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);

JQ is also not an option

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stepan Krapivin, 2018-03-22
@cimonlebedev

This is how you can hide the scroll without js

M
Maxim Timofeev, 2018-03-22
@webinar

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 question

Ask a Question

731 491 924 answers to any question