andru26
3/30/2017 - 9:18 PM

webkit scrollbar

webkit scrollbar

::-webkit-scrollbar {
    opacity:1;
    background:#fafafa;
    height:12px;
}

::-webkit-scrollbar-thumb{
  background:#ccc;  
  border:2px solid #fafafa;
  border-width:2px 0;
  height:5px;
}

::-webkit-scrollbar-thumb:hover{
  background:#555;
}