scrollbar-width-thin.html (96B)
1 <!doctype html> 2 <style> 3 :root { 4 scrollbar-width: thin; 5 overflow: scroll; 6 } 7 </style>