1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <html> <style> html { overflow: scroll; scrollbar-color: green green; } </style> <div style="width: 200vw; height: 200vh"></div>