Changeset 26701
- Timestamp:
- 12/05/2013 11:09:23 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26688 r26701 1914 1914 .sticky-menu #adminmenuwrap { 1915 1915 position: fixed; 1916 z-index: 99 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */1916 z-index: 99; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */ 1917 1917 } 1918 1918 … … 7130 7130 padding: 70px 20px 20px; 7131 7131 border: none; 7132 z-index: 999999999;7132 z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */ 7133 7133 position: fixed; 7134 7134 } -
trunk/src/wp-includes/js/thickbox/thickbox.css
r26395 r26701 24 24 #TB_overlay { 25 25 position: fixed; 26 z-index: 100;26 z-index:510; /* should overlap theme modal, which is 500 on mobile. */ 27 27 top: 0px; 28 28 left: 0px; … … 48 48 position: fixed; 49 49 background: #ffffff; 50 z-index: 102;50 z-index: 510; /* should overlap theme modal, which is 500 on mobile. */ 51 51 color:#000000; 52 52 visibility: hidden;
Note: See TracChangeset
for help on using the changeset viewer.