📜  样式滚动条表格 - CSS 代码示例

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

代码示例1
table::-webkit-scrollbar{
    /*Your styles here*/
}
table::-webkit-scrollbar-thumb{
    /*Your styles here*/
}
table::-webkit-scrollbar-thumb:window-inactive{
    /*Your styles here*/
}