Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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*/
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #style #scrollbar #table
ADD COMMENT
Topic
Name
6+9 =