Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Better Themed Scrollbars? #78

Open
CarJem opened this issue Jul 28, 2023 · 1 comment · May be fixed by #79
Open

Suggestion: Better Themed Scrollbars? #78

CarJem opened this issue Jul 28, 2023 · 1 comment · May be fixed by #79

Comments

@CarJem
Copy link

CarJem commented Jul 28, 2023

Chromium Default Scrollbars don't really fit the overall app... I have made a css mockup of a more fitting change

/* width */
::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    margin: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border: 6px;
    border-radius: 6px;
    
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

image

@AAGaming00
Copy link

You may want to give this a test in splatnet 3, the scrollbars get a little weird there iirc

@CarJem CarJem linked a pull request Jul 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants