Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

custom scrollbar

  body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-thumb {
    background: #ff9c44;
    border-radius: 6px;
}

by moheen
Source by jimfahaddigital.com #
 
PREVIOUS NEXT
Tagged: #custom #scrollbar
ADD COMMENT
Topic
Name
5+4 =