Created
August 6, 2013 22:59
-
-
Save jazbek/6169607 to your computer and use it in GitHub Desktop.
Fix recurrence dialog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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