<!DOCTYPE html> <style> html { display: table; } body { overflow: scroll; } </style> <script> onload = function() { document.body.style.display = 'inline'; } </script>