h-scroll fix. fixes #1994

git-svn-id: https://develop.svn.wordpress.org/trunk@3345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-12-23 03:24:10 +00:00
parent c54c510d22
commit 5a3ee2891d
2 changed files with 6 additions and 2 deletions

View File

@@ -305,6 +305,10 @@ function myPload( str ) {
<?php endif; ?>
<?php if ( ($parent_file != 'link-manager.php') && ($parent_file != 'options-general.php') ) : ?>
<style type="text/css">* html { overflow-x: hidden; }</style>
<?php endif; ?>
<?php do_action('admin_head'); ?>
</head>
<body>