Make WordPress Core

Ticket #41155: 41155.5.diff

File 41155.5.diff, 616 bytes (added by worldweb, 5 years ago)

Change z-index from 10000 to 9. Tested and works for me.

  • themes.css

     
    368368        bottom: 0;
    369369        background: #f1f1f1;
    370370        background: rgba(238, 238, 238, 0.9);
    371         z-index: 10000; /* Over WP Pointers. */
     371        z-index: 9; /* Over WP Pointers. */
    372372}
    373373
    374374.theme-overlay .theme-header {
     
    475475        bottom: 3%;
    476476        background: #fff;
    477477        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. */
    479479        box-sizing: border-box;
    480480        -webkit-overflow-scrolling: touch;
    481481}