root-scroll-button-ref.html (381B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Overflow: ::scroll-button on root element</title> 4 <style> 5 body { 6 margin: 0; 7 } 8 9 .item { 10 width: 600px; 11 height: 300px; 12 margin-bottom: 20px; 13 background: green; 14 } 15 </style> 16 <button style="position: absolute;">down</button> 17 <div id="first" class="item"></div> 18 <div class="item"></div> 19 <div class="item"></div>