Is there a way to differentiate between styling scrollbars on windows and on mac?
On mac scrollbars looks nice, but on windows look like a crap.
I tried to use:
::-webkit-scrollbar {
width: 10px;
background: blue;
}
But it also affects the nice scrollbar on mac. I dont want it to affect the mac's scrollbar, only this crappy one on windows. Is it possible?