mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +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 {
|
body.iframe {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.login {
|
body.login {
|
||||||
|
Loading…
Reference in New Issue
Block a user