Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html style="overflow-x: auto; overflow-y: scroll;">
<style>
html::-webkit-scrollbar {
width: 300px;
}
html::-webkit-scrollbar-thumb {
background-color: black;
}
html::-webkit-scrollbar-track:vertical {
background-color: hotpink;
}
</style>
<body style="margin: 0; padding: 0;">
<div style="width: 800px; height: 100px; background: orange;"></div>
</body>
</html>