Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference: viewport with overflow: clip on the root element</title>
<style>
html {
overflow: clip;
}
#fill {
height: 200vh;
}
</style>
<div id="fill"></div>