Replies: 1 comment 3 replies
-
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the time to set up the repro, even if exact steps are given. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change the colour of the scrollbar thumb and make the background transparent in a reactjs project. I import emotion css:
I've tried adding ::-webkit-scrollbar, ::-webkit-scrollbar-track and ::-webkit-scrollbar-thumb to the following css, but I cannot get it to work. With non-react css it works (e.g. .wrapper::-webkit-scrollbar {background-color:#fff;height:4px})
How do I add ::webkit-scrollbar to this:
I've tried the following, but it doesn't work:
Beta Was this translation helpful? Give feedback.
All reactions