Backend CSS hides iframes/links
-
This code:
.wrap iframe, .wrap a[target="_parent"] {display: none;}
From wp-content/plugins/seo-by-rank-math/includes/modules/version-control/assets/version-control.css
Is making a mess on the backend. It hides the Update Plugins completion page, since that’s an iframe. It also hides some plugin update notification links that open in target=”_parent”.
I’ve overridden it with my own code to display
.wrap iframe, .wrap a[target="_parent"] {display: inline}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Backend CSS hides iframes/links’ is closed to new replies.