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

Disable scrollbar manipulation? #281

Closed
jsumners-nr opened this issue Mar 6, 2024 · 3 comments
Closed

Disable scrollbar manipulation? #281

jsumners-nr opened this issue Mar 6, 2024 · 3 comments

Comments

@jsumners-nr
Copy link

/* scroll bar */
::-webkit-scrollbar {
width: 0.3125rem;
height: 0.3125rem;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
border-radius: 1rem;
}

Is it possible to disable manipulation of the scrollbar? The styling of it makes the scrollbar basically invisible, and thus makes it extremely difficult to determine location in long documents.

Copy link

github-actions bot commented Mar 6, 2024

Wonderful, you have created your first issue for clean-jsdoc-theme. Someone will talk to you soon!

@ankitskvmdam
Copy link
Owner

@jsumners-nr Thanks for creating this issue! I will add an option to disable the manipulation of the scrollbar.

@jsumners-nr
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants