flexitem-stretch-range-ref.html (256B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <p>When stretching a range input, the thumb should be centered vertically.</p> 5 <div style="height: 200px;"> 6 <input type="range" style="width: 100%; height: 100%; margin: 0; box-sizing: border-box;"> 7 </div> 8 </body> 9 </html>