mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Avoid a scrollbar in the iframe used for plugin sandboxing. props kovshenin. see #10840.
git-svn-id: http://core.svn.wordpress.org/trunk@24631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
043f19b1dc
commit
e0ba6b979f
@ -281,6 +281,7 @@ body {
|
||||
|
||||
body.iframe {
|
||||
min-width: 0;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
body.login {
|
||||
|
Loading…
Reference in New Issue
Block a user