-2
I need help adjusting a scrollbar that I customized, it works perfectly on Chrome, opera and Mozilla, but in ie and safari does not work, follow prints and codes.
#aulas-do-curso::-webkit-scrollbar {
width: 10px;
background-color: #e3e0d6;
}
#aulas-do-curso::-webkit-scrollbar-track {
background-color: #282828;
}
#aulas-do-curso::-webkit-scrollbar-thumb {
background-color: #57AF33;
}
Forget about IE, nor is Microsoft supporting it anymore, and it should be totally abandoned in the coming months. About Safari, check if your audience really uses this browser, the chance is that less than 5% use... And if you want something really cross-Rowse you can use the Nice Scroll which is a scroll bar made in JS
– hugocsl
No ie I don’t care, but I needed it to work in safari, why css has no way to fix? with this nice scroll I can customize the way I posted the print?
– Paulo Sérgio Costa Magalhães