1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!DOCTYPE html> <style> ::-webkit-scrollbar { width: 0; height: 0; } #green { position: absolute; left: 0; top: 150px; width: 100px; height: 100px; background: green; } #bloat { height: 1000px; } </style> <div id="green"></div> <div id="bloat"></div>