Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2013 14:53
Show Gist options
  • Select an option

  • Save anonymous/6779749 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/6779749 to your computer and use it in GitHub Desktop.
<?php
add_action('admin_head', 'tribe_fix_recurrence_dialog');
function tribe_fix_recurrence_dialog(){
?>
<style type="text/css">
.ui-widget-overlay.ui-front {z-index: 90; }
</style>
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment