Make WordPress Core

Ticket #58164: 58164-2.patch

File 58164-2.patch, 1.8 KB (added by orestissam, 16 months ago)

Fixes issue with menu z-index and theme details backdrop height

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

    diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
    index 0dc59c6e6b..65fa8c19b2 100644
    a b  
    6262#adminmenuwrap {
    6363        position: relative;
    6464        float: left;
    65         z-index: 9990;
     65        z-index: 10001;
    6666}
    6767
    6868/* side admin menu */
  • src/wp-admin/css/common.css

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index da7243e949..05404e303f 100644
    a b  
    2727        float: left;
    2828        width: 100%;
    2929        overflow: visible;
     30        min-height: calc(100vh - 97px); /* 32px height of #wpadminbar + 65px for bottom padding */
    3031}
    3132
    3233/* inner 2 column liquid layout */
    img { 
    37963797
    37973798        #wpbody-content {
    37983799                padding-bottom: 100px;
     3800                min-height: calc(100vh - 146px); /* 46px height of #wpadminbar + 100px for bottom padding */
    37993801        }
    38003802
    38013803        .wrap {