Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#outer {
overflow-x: scroll;
overflow-y: hidden;
width: 300px;
height: 100px;
background: white;
scrollbar-color: black white;
}
#inner {
width: 900px;
height: 20px;
}
</style>
<div id="outer"><div id="inner"></div></div>