Give MCM a Custom Scrollbar

Status

Jkaay

im jkaay
Banned
Feedback score
22
Posts
1,477
Reactions
1,294
Resources
0
I think this would be a cool and simple addition to MC-M and it would be very easy to implement. I think the default scrollbar should be changed to a custom blue scrollbar (example below)

Example:
pGuXnn2KTbezuz6aNHw8mA.png

(Done with Stylebot)

I made the color of the scrollbar the same as the MCM logo, and here's the code for it:
Code:
html {
    overflow: auto;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #2b84bf;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #2b84bf;
}

thanks for reading
 
Type
Suggestion
Status
Implemented
Banned forever. Reason: Scamming (https://gyazo.com/577c603840a941c1db4da669f30deb92)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BOOP

Director of Ops @ Zelphra
Supreme
Feedback score
23
Posts
2,384
Reactions
1,095
Resources
0
*cough* onyx *cough*
 

Kuzni

If you signed up after 2016 don't diss me thx
Supreme
Feedback score
12
Posts
1,688
Reactions
950
Resources
0
I think the colour could do with a bit more work otherwise sick
 

badvibes

Feedback score
2
Posts
107
Reactions
41
Resources
0
man i hate these bc they fuck up. [Censored] used to have one i think? and it was shitty af
 

Shattered

old-timer
Supreme
Feedback score
5
Posts
3,486
Reactions
2,059
Resources
0
I think the css for the webkit scrollbar you are showing us is too simple... I don't like the way it looks.
 

Bens

https://proxim.cloud
Premium
Feedback score
6
Posts
612
Reactions
160
Resources
0
I like the idea of it, maybe we could make the scrollbar change each theme to make them look nice.
 

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,411
Reactions
7,662
Resources
0
I think that adding in a scrollbar like that would make our theme look a bit... cheaper. Especially having it be that colour. It works well with the Onyx theme because it's full of bright colours and is pretty modern, but the main theme really isn't.

I think that would be nice to add.

It's so hard scrolling up with my middle mouse button. Cause I can't really see a scroller on my right side of my screen.
https://chrome.google.com/webstore/search/scrollbar there's a bunch of chrome extensions that could help with that if you'd like.
 

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,411
Reactions
7,662
Resources
0
This was done on the new theme on browsers that allow it.

Thanks.
 
Status
Top