0
Hide scroll bar, but while still being able to scroll in div
Hide scroll bar, but while still being able to scroll div
3 ответов
+ 1
Depending on the browser, you may or may not be able to control this behavior.
For example:
::-webkit-scrollbar {
display: none;
}
+ 1
Firefox uses gecko, not webkit.
https://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox
0
but in Mozilla Firefox it will show scroll bar and not working