Ticket #31381: 31381.1.diff
File 31381.1.diff, 620 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/css/themes.css
525 525 -webkit-box-sizing: border-box; 526 526 -moz-box-sizing: border-box; 527 527 box-sizing: border-box; 528 -webkit-overflow-scrolling: touch; 528 529 } 529 530 530 531 .theme-overlay .theme-wrap:after { … … 924 925 left: 0; 925 926 padding: 70px 20px 20px; 926 927 border: none; 927 z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */928 z-index: 100000; /* should overlap #wpadminbar. */ 928 929 position: fixed; 929 930 } 930 931