Index: src/wp-admin/css/themes.css =================================================================== --- src/wp-admin/css/themes.css (revision 58268) +++ src/wp-admin/css/themes.css (working copy) @@ -11,6 +11,10 @@ overflow-y: scroll; } +.themes-php #adminmenuwrap { + z-index: 10001; /* above Theme Overlay */ +} + body.js .theme-browser.search-loading { display: none; } @@ -372,6 +376,7 @@ background: #f0f0f1; background: rgba(240, 240, 241, 0.9); z-index: 10000; /* Over WP Pointers. */ + min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)); } .theme-overlay .theme-header {