pointer-events-no-scrollbars-001-ref.html (447B)
1 <!DOCTYPE HTML> 2 <html> 3 <title>CSS Test Reference: differences in pointer-events shouldn't cause overlay scrollbars to appear</title> 4 <link rel="author" title="L. David Baron" href="https://dbaron.org/"> 5 <link rel="author" title="Google" href="http://www.google.com/"> 6 7 <style> 8 9 #scroll { 10 width: 200px; 11 height: 200px; 12 overflow: auto; 13 } 14 15 #big { 16 width: 500px; 17 height: 500px; 18 } 19 20 </style> 21 22 23 <div id="scroll"> 24 <div id="big"> 25 </div> 26 </div>