Make WordPress Core

Ticket #54764: 54764.diff

File 54764.diff, 560 bytes (added by shreyasikhar26, 3 years ago)

patch file to fix the issue

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

    diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
    index 8aed203aec..79124523d6 100644
    a b body.full-overlay-active { 
    18051805#customize-container iframe,
    18061806.theme-install-overlay iframe {
    18071807        height: 100%;
    1808         width: 100%;
     1808        width: 100vw;
    18091809        z-index: 20;
    18101810        transition: opacity 0.3s;
    18111811}
    body.full-overlay-active { 
    18881888        position: absolute;
    18891889        z-index: 0;
    18901890        background-color: #f0f0f1;
     1891        overflow: auto;
    18911892}
    18921893
    18931894.customize-loading #customize-container {