Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
::-webkit-scrollbar-track, ::-webkit-scrollbar {
color: red;
}
::-webkit-scrollbar-track:horizontal:disabled {
content-visibility: hidden;
}
</style>
<main style="height: 100px; width: 100px; overflow: scroll;"></main>