Skip to content

Instantly share code, notes, and snippets.

@simonlast
Created October 27, 2017 18:23
Show Gist options
  • Save simonlast/a61cc809bd74106039c9bedf571b6440 to your computer and use it in GitHub Desktop.
Save simonlast/a61cc809bd74106039c9bedf571b6440 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/disicud
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div style="border: 1px solid yellow; width: 300px; overflow-x: scroll; overflow-y: hidden; position: relative;">
<div style="border: 1px solid green; width: 800px; height: 200px; overflow-y: scroll; overflow-x: hidden; ">
<div style="border: 1px solid red; width: 800px; position: absolute; top: 0; left: 0; background: white;">One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; margin-top: 20px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
<div style="border: 1px solid blue; width: 800px; background: white;">1 Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two One Two</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment