Make WordPress Core

Ticket #30900: 30900.4.diff

File 30900.4.diff, 425 bytes (added by helen, 9 years ago)
  • src/wp-admin/css/admin-menu.css

     
    1010        position: fixed;
    1111        top: 0;
    1212        bottom: -120px;
    13         z-index: 9980; /* just beneath #adminmenuwrap */
     13        z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */
    1414}
    1515
    1616#adminmenu {