Make WordPress Core

Ticket #41155: 41155.6.diff

File 41155.6.diff, 623 bytes (added by sabernhardt, 6 months ago)

increases z-index for admin menu only on Themes screen; sets min-height directly on the overlay backdrop

  • src/wp-admin/css/themes.css

     
    1111        overflow-y: scroll;
    1212}
    1313
     14.themes-php #adminmenuwrap {
     15        z-index: 10001; /* above Theme Overlay */
     16}
     17
    1418body.js .theme-browser.search-loading {
    1519        display: none;
    1620}
     
    372376        background: #f0f0f1;
    373377        background: rgba(240, 240, 241, 0.9);
    374378        z-index: 10000; /* Over WP Pointers. */
     379        min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
    375380}
    376381
    377382.theme-overlay .theme-header {