Skip to content

How to Style the scrollbar in the canvas #6042

Answered by artf
RakulAgn asked this question in Q&A
Discussion options

You must be logged in to vote

Here the option:

frameStyle: `
body { background-color: #fff }
* ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1) }
* ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2) }
* ::-webkit-scrollbar { width: 10px }
`,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RakulAgn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants