itsgoingd / itsgoingd/clockwork
feature: Add custom scrollbar
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 6k
- Forks
- 333
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
Hi!
Please, do you can change the default scrollbar?

Something like this:

::-webkit-scrollbar {
height: 5px;
width: 5px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 0.375rem;
background-color: #e3e3e3;
}
.application.dark ::-webkit-scrollbar {
height: 5px;
width: 5px;
background-color: transparent;
}
.application.dark ::-webkit-scrollbar-thumb {
border-radius: 0.375rem;
background-color: #2e2e2d;
}
All the best.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides CSS scrollbar selectors but names no project files or tests. First locate the browser UI stylesheet and check how light and dark themes are styled, then verify the custom scrollbar appearance in the supported browsers; done means the default scrollbar matches the requested examples without disrupting the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- devtools, frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100