diff --git src/wp-admin/js/customize-controls.js src/wp-admin/js/customize-controls.js
index d5f2e4e..4410593 100644
|
|
|
3105 | 3105 | |
3106 | 3106 | // Create the iframe and inject the html content. |
3107 | 3107 | self.iframe = $( '<iframe />', { 'title': api.l10n.previewIframeTitle } ).appendTo( self.container ); |
| 3108 | self.iframe.attr( 'onmousewheel', '' ); // Workaround for Safari bug. See WP Trac #38149. |
3108 | 3109 | |
3109 | 3110 | // Bind load event after the iframe has been added to the page; |
3110 | 3111 | // otherwise it will fire when injected into the DOM. |