Material Scrollbar #36334
Answered
by
mdo
iamzaidsoomro
asked this question in
Ideas
Material Scrollbar
#36334
-
Please add the custom scrollbar with material colors. |
Beta Was this translation helpful? Give feedback.
Answered by
mdo
May 18, 2022
Replies: 2 comments
-
I don't know if this answer is what you were looking for, but the following method will change the color of the scrollbar. Make changes to the "style" of the page where you want to change the color of the scrollbar. /**/ ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { background: #ffe6ea; } ::-webkit-scrollbar-thumb { background: #ff8095; } /**/ </style> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to give this an explicit answer—we have no plans to do that :). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just to give this an explicit answer—we have no plans to do that :).