null-node.html (247B)
1 <!DOCTYPE html> 2 <style> 3 ::-webkit-scrollbar-track, ::-webkit-scrollbar { 4 color: red; 5 } 6 ::-webkit-scrollbar-track:horizontal:disabled { 7 content-visibility: hidden; 8 } 9 </style> 10 <main style="height: 100px; width: 100px; overflow: scroll;"></main>