Scroll bar css

/* width */
::-webkit-scrollbar {
width: 10px;
  background-color: rgba(200,200,200,0);
}

/* Track */
::-webkit-scrollbar-track {
background: rgba(200,200,200,0);
}
/* Handle */
::-webkit-scrollbar-thumb {
border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #9c2c92;
}

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

Comments

Post a Comment

Popular posts from this blog

Nodejs,Express,Mongodb, ReactJS

Postgre setup using docker