Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
#scope { width: 200px; height: 100px;
background: #def; contain: strict; overflow: scroll;
border: 20px solid #acf; margin: 20px; padding: 50px; }
</style>
</head>
<body>
<div id=scope>0,0</div>
</body>
</html>