device-height-with-dynamic-toolbar.html (384B)
1 <!DOCTYPE html> 2 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 3 <meta name="viewport" content="width=1600, height=device-height"> 4 <style> 5 html { 6 scrollbar-width: none; 7 } 8 body { 9 margin: 0px; 10 padding: 0px; 11 } 12 div { 13 width: 100vw; 14 } 15 </style> 16 <div style="height: 100vh; background-color: green;"></div> 17 <div style="height: 500vh; background-color: blue;"></div>