mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +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;
|
||||
}
|
||||
|
||||
#screen-options-wrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#favorite-actions {
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
#wpwrap,
|
||||
#wpcontent,
|
||||
#post,
|
||||
|
Loading…
Reference in New Issue
Block a user