SOURCE

console 命令行工具 X clear

                    
>
console
<body>
    <div id="app"></div>
</body>
body {
    height: 50vh;
    overflow: hidden;
}

#app {
    height: 5000px;
    background-color: aquamarine;
}