Make WordPress Core

Changeset 57884

Timestamp:
03/27/2024 03:34:22 PM (4 months ago)
Author:
joedolson
Message:

Media: Fix CSS issue preventing inserting images on smaller viewports.

Addresses a regression introduced in [57605] where the “Select” button in the media modal was not clickable anymore due to an overlaid element.

Props ramonopoly, swissspidy, freewebmentor.
Reviewed by joedolson.
Merges [57881] to the 6.5 branch.
Fixes #33049.

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

  • branches/6.5/src/wp-includes/css/media-views.css

    r57605 r57884  
    28192819        position: unset;
    28202820    }
    2821    
     2821
    28222822    .media-frame .media-toolbar-secondary .spinner {
    28232823        position: absolute;
     
    28292829        z-index: 9;
    28302830    }
    2831    
     2831
    28322832    .media-bg-overlay {
    28332833        content: '';
     
    28352835        width: 100%;
    28362836        height: 100%;
    2837         display: hidden;
     2837        display: ;
    28382838        position: absolute;
    28392839        left: 0;
Note: See TracChangeset for help on using the changeset viewer.