Make WordPress Core

Ticket #25867: 25867.diff

File 25867.diff, 373 bytes (added by celloexpressions, 12 years ago)

Bump up the z-index for the suggest script's div so that it is visible in the customizer.

  • wp-admin/css/wp-admin.css

     
    42224222        margin: 0;
    42234223        list-style: none;
    42244224        position: absolute;
    4225         z-index: 10000;
     4225        z-index: 500001;
    42264226        display: none;
    42274227        border-width: 1px;
    42284228        border-style: solid;