Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
html {
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
}
</style>
<div>overflow: hidden on html</div>
<!DOCTYPE html>
<style>
html {
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
}
</style>
<div>overflow: hidden on html</div>