Answers for "style scrollbar table"

CSS
0

style scrollbar table

table::-webkit-scrollbar{
    /*Your styles here*/
}
table::-webkit-scrollbar-thumb{
    /*Your styles here*/
}
table::-webkit-scrollbar-thumb:window-inactive{
    /*Your styles here*/
}
Posted by: Guest on November-28-2020

Code answers related to "style scrollbar table"

Browse Popular Code Answers by Language