diff --git a/jquery.popupoverlay.js b/jquery.popupoverlay.js index e23ee0e..ae14886 100644 --- a/jquery.popupoverlay.js +++ b/jquery.popupoverlay.js @@ -119,6 +119,7 @@ if (iOS) { $background = $('#' + el.id + '_background'); $background.css('cursor', 'pointer'); + $(options.pagecontainer).css('cursor', 'pointer'); } if (options.type == 'overlay' && !options.absolute) {