svg-inside-scroll-container-ref.html 340 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <style>
  3. svg {
  4. display: block;
  5. }
  6. </style>
  7. <svg width="100" height="100">
  8. <rect width="100" height="100" fill="green" />
  9. </svg>
  10. <svg width="100" height="100">
  11. <rect width="100" height="100" fill="green" />
  12. </svg>
  13. <svg width="100" height="100">
  14. <rect width="100" height="100" fill="green" />
  15. </svg>