Answers for "css show horizontal scrollbar always"

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 show horizontal scrollbar always"

Browse Popular Code Answers by Language