mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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:
parent
acb98dc95a
commit
af4c711238
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user