Bernardo Pires
Bernardo Pires
I can't make it using **hover** because of CSS limitations, but I could make it bigger when you **click** on the track (to reduce it, just click in other area...
I hope it's better this way. I'm already dreaming about this issue! :smile:
Getting more complex... ```css .theme-dark { --scrollbar-active-thumb-bg: #d300d382; --scrollbar-thumb-bg: #a300a382; } body:not(.native-scrollbars) ::-webkit-scrollbar { width: 30px; } body:not(.native-scrollbars) ::-webkit-scrollbar-track { background-color: transparent; } body:not(.native-scrollbars) ::-webkit-scrollbar-track:hover { background-color: #82828220; } body:not(.native-scrollbars)...
In reading mode you have to click and hold... I don't have the amount of events as a programming language using CSS. So reading mode it is a bit different...
Ok, hold on I will fix it. Thanks
Well, I think this solution is the most consistent one... ```css .theme-dark { --scrollbar-active-thumb-bg: #d300d382; --scrollbar-thumb-bg: #a300a382; } body:not(.native-scrollbars) ::-webkit-scrollbar { width: 30px; } body:not(.native-scrollbars) ::-webkit-scrollbar-track { background-color: transparent; }...
When I add this to magicuser, the thumb will be neutral color (same color as the current one), but you will be able to select the scrollbars width, the size...
I'll be delving into additional scrollbar functionalities making a plugin very soon. Building on the foundation of this CSS solution, I'll be leveraging TypeScript/JavaScript to unlock more event options and...
> Will the tracks with automagically follow the tumbs width? Yes, my friend. Related to the theme you will be able to select the track color as well Theme features...
Thanks for the suggestion. I think this issue will take more time to solve because I don't use this plugin. I will have to check how the plugin works (related...