::-webkit-scrollbar {
cursor: pointer !important;
}
/*滚动条里面小方块样式*/
::-webkit-scrollbar-thumb {
cursor: pointer !important;
}
上面这两个写了都没起作用
::-webkit-scrollbar {
cursor: pointer !important;
}
/*滚动条里面小方块样式*/
::-webkit-scrollbar-thumb {
cursor: pointer !important;
}
上面这两个写了都没起作用
改变textarea的cursor,但是文字也变成pointer