itsgoingd / itsgoingd/clockwork

feature: Add custom scrollbar

Open
#630 2 comments 2 reactions 0 assignees View on GitHub

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?

MaRhtNuJM6
Something like this:

image

::-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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.