Skip to content
Discussion options

You must be logged in to vote

Insert following css code.

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f7fa;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MegaDev007
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