mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Fix Screen Options in IE, fixes #8045
git-svn-id: http://svn.automattic.com/wordpress/trunk@9498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc3fc534cd
commit
ae9a9b418f
@ -100,6 +100,14 @@ ul.wp-submenu {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#screen-options-wrap {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#favorite-actions {
|
||||||
|
z-index: 12;
|
||||||
|
}
|
||||||
|
|
||||||
#wpwrap,
|
#wpwrap,
|
||||||
#wpcontent,
|
#wpcontent,
|
||||||
#post,
|
#post,
|
||||||
|
Loading…
Reference in New Issue
Block a user