Browse Source

Allow mouse wheel events through iframe in Mac Safari

See issue#6074
See http://kb.tableau.com/articles/issue/scroll-bars-in-embedded-views-do-not-work-in-safari.
Max Strater 10 years ago
parent
commit
7e2b8573dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -183,7 +183,7 @@
 			</a>
 			<div id="content"></div>
 		</div>
-		<iframe id="viewer" allowfullscreen></iframe>
+		<iframe id="viewer" allowfullscreen onmousewheel=""></iframe>
 
 		<script>