Make WordPress Core

Ticket #31381: 31381.1.diff

File 31381.1.diff, 620 bytes (added by obenland, 10 years ago)
  • src/wp-admin/css/themes.css

     
    525525        -webkit-box-sizing: border-box;
    526526        -moz-box-sizing: border-box;
    527527        box-sizing: border-box;
     528        -webkit-overflow-scrolling: touch;
    528529}
    529530
    530531.theme-overlay .theme-wrap:after {
     
    924925                left: 0;
    925926                padding: 70px 20px 20px;
    926927                border: none;
    927                 z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */
     928                z-index: 100000; /* should overlap #wpadminbar. */
    928929                position: fixed;
    929930        }
    930931