Syntax

1
2
3
4
5
6
7
8
9
10
<style type="text/css">
    html {
        overflow: hidden;
    }
 
    body {
        overflow: hidden;
    }
</style>
1
2
<div style="height: 2048px;"></div>

Example