📜  css only 样式水平滚动条 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:56.001000             🧑  作者: Mango

代码示例1
::-webkit-scrollbar {
  width: 5px;  // width is the width of a vertical scrollbar
  height: 5px; // height is the height of a horizontal scrollbar
}