Limit height only to iframe body. Fixes #15679

git-svn-id: http://svn.automattic.com/wordpress/trunk@16937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-12-15 10:39:50 +00:00
parent bb27a217a5
commit 87c95d40f8
4 changed files with 4 additions and 3 deletions

View File

@@ -4135,7 +4135,7 @@ table .column-rating {
}
/* Scrollbar fix for bulk upgrade iframe */
body.update-php {
body.iframe {
height: 98%;
}