Ticket #41155: 41155.6.diff
File 41155.6.diff, 623 bytes (added by , 6 months ago) |
---|
-
src/wp-admin/css/themes.css
11 11 overflow-y: scroll; 12 12 } 13 13 14 .themes-php #adminmenuwrap { 15 z-index: 10001; /* above Theme Overlay */ 16 } 17 14 18 body.js .theme-browser.search-loading { 15 19 display: none; 16 20 } … … 372 376 background: #f0f0f1; 373 377 background: rgba(240, 240, 241, 0.9); 374 378 z-index: 10000; /* Over WP Pointers. */ 379 min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)); 375 380 } 376 381 377 382 .theme-overlay .theme-header {