Ticket #41155: 41155.5.diff
File 41155.5.diff, 616 bytes (added by , 5 years ago) |
---|
-
themes.css
368 368 bottom: 0; 369 369 background: #f1f1f1; 370 370 background: rgba(238, 238, 238, 0.9); 371 z-index: 10000; /* Over WP Pointers. */371 z-index: 9; /* Over WP Pointers. */ 372 372 } 373 373 374 374 .theme-overlay .theme-header { … … 475 475 bottom: 3%; 476 476 background: #fff; 477 477 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 478 z-index: 10000; /* Over WP Pointers. */478 z-index: 9; /* Over WP Pointers. */ 479 479 box-sizing: border-box; 480 480 -webkit-overflow-scrolling: touch; 481 481 }