mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Allow error messages to push the adminmenu down. Fixes #26312, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26620 git-svn-id: http://core.svn.wordpress.org/trunk@26510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0f3b7b7978
commit
014d84cd1a
@ -1907,8 +1907,6 @@ div.wp-menu-image:before {
|
||||
|
||||
.sticky-menu #adminmenuwrap {
|
||||
position: fixed;
|
||||
top: 32px;
|
||||
right: 0;
|
||||
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1907,8 +1907,6 @@ div.wp-menu-image:before {
|
||||
|
||||
.sticky-menu #adminmenuwrap {
|
||||
position: fixed;
|
||||
top: 32px;
|
||||
left: 0;
|
||||
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user