<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
#box { | |
margin: 10px; | |
width: 200px; | |
height: 2500px; | |
background-color: silver; | |
-webkit-transform: translateZ(0); | |
} | |
</style> | |
</head> | |
<body> | |
<div id="box" class="empty"> | |
<div class="content"> | |
Here is some text. | |
</div> | |
</div> | |
</body> | |
</html> |