Changeset 59821
- Timestamp:
- 02/13/2025 11:50:08 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r59708 r59821 10 10 .themes-php { 11 11 overflow-y: scroll; 12 } 13 14 .themes-php #adminmenuwrap { 15 z-index: 10001; /* above Theme Overlay */ 12 16 } 13 17 … … 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
Note: See TracChangeset
for help on using the changeset viewer.