Prevent submenu flyouts from appearing below elements in the main column. Fixes #26280.

git-svn-id: https://develop.svn.wordpress.org/trunk@26442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-27 23:01:53 +00:00
parent acb98dc95a
commit af4c711238
1 changed files with 1 additions and 1 deletions

View File

@ -1907,7 +1907,7 @@ div.wp-menu-image:before {
position: fixed;
top: 32px;
left: 0;
z-index: 2; /* needs to be above .sticky-menu #wpwrap */
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
}
/* A new arrow */