Answers for "css only style horizontal scrollbar"

CSS
0

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
}
Posted by: Guest on October-11-2021

Code answers related to "css only style horizontal scrollbar"

Browse Popular Code Answers by Language