Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css only style horizontal scrollbar

::-webkit-scrollbar {
  width: 5px;  // width is the width of a vertical scrollbar
  height: 5px; // height is the height of a horizontal scrollbar
}
 
PREVIOUS NEXT
Tagged: #css #style #horizontal #scrollbar
ADD COMMENT
Topic
Name
3+1 =