<body> <div id="app"></div> </body>
body { height: 50vh; overflow: hidden; } #app { height: 5000px; background-color: aquamarine; }