Skip to content

Commit

Permalink
Prevent wpfooter from preventing clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jul 6, 2020
1 parent bd9c505 commit d7dd247
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ public function render() {
<div>
<div>
<div id="<?php echo esc_attr( static::APP_ROOT_ID ); ?>"></div>

<style>
#wpfooter { display:none; }
</style>
<?php

require_once ABSPATH . 'wp-admin/admin-footer.php';
Expand Down

0 comments on commit d7dd247

Please sign in to comment.