Ticket #26280: 26280.patch
File 26280.patch, 559 bytes (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
1920 1920 /* Sticky admin menu */ 1921 1921 .sticky-menu #adminmenuwrap { 1922 1922 position: fixed; 1923 z-index: 99 ; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */1923 z-index: 999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */ 1924 1924 } 1925 1925 1926 1926 /* A new arrow */