Make WordPress Core

Ticket #31987: 31987.2.diff

File 31987.2.diff, 495 bytes (added by ocean90, 10 years ago)
  • src/wp-admin/css/customize-widgets.css

     
    342342#available-widgets {
    343343        position: absolute;
    344344        overflow: auto;
    345         top: 46px;
     345        top: 0;
    346346        bottom: 0;
    347347        left: -301px;
    348348        width: 300px;
    349349        margin: 0;
     350        padding-top: 46px;
    350351        z-index: 1;
    351352        background: #fff !important;
    352353        -webkit-transition: all 0.2s;