Ticket #30900: 30900.3.diff
File 30900.3.diff, 457 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
diff --git src/wp-admin/css/admin-menu.css src/wp-admin/css/admin-menu.css index a2493e7..b054020 100644
7 7 } 8 8 9 9 #adminmenuback { 10 position: absolute;10 position: fixed; 11 11 top: 0; 12 bottom: 0;13 z-index: -1;12 bottom: -30px; 13 z-index: 9980; /* just beneath #adminmenuwrap */ 14 14 } 15 15 16 16 #adminmenu { … … li#wp-admin-bar-menu-toggle { 923 923 top: 46px; 924 924 } 925 925 } 926