How can I reset scrollbar style to web browser's default value? #45
-
I personally don't like how scrollbar is styled in HB theme. So I want it to be reset to web browser's default value. But I can't figure out how to disable such thing with :root {
scrollbar-color: auto !important;
scrollbar-width: auto !important;
}
::-webkit-scrollbar {
width: auto !important;
height: auto !important;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
background: auto !important;
} None of these works. How can I reset scrollbar to web browser's default value? PS. According to this answer, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The best way is that remove the |
Beta Was this translation helpful? Give feedback.
The best way is that remove the
github.com/hbstack/scrollbar
module, see Replace Meta Modules.