<!DOCTYPE html>
<style>
body {
border: 2px solid #ccf;
margin: 10px;
padding: 10px;
width: 3000px;
position: absolute;
top: 0;
bottom: 0;
}
</style>
The body should stretch to fill the viewport without introducing vertical overflow.
<!DOCTYPE html>
<style>
body {
border: 2px solid #ccf;
margin: 10px;
padding: 10px;
width: 3000px;
position: absolute;
top: 0;
bottom: 0;
}
</style>
The body should stretch to fill the viewport without introducing vertical overflow.