Skip to content

Instantly share code, notes, and snippets.

@350d
Created October 9, 2013 21:02
Show Gist options
  • Save 350d/6908336 to your computer and use it in GitHub Desktop.
Save 350d/6908336 to your computer and use it in GitHub Desktop.
Disqus comment manager fix for Wordpress
function dsq_fix() {
echo '<style type="text/css">div.dsq-main {height:100%;min-height:100%;}</style>';
}
add_action('admin_head', 'dsq_fix');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment