Make WordPress Core

Ticket #30900: 30900.3.diff

File 30900.3.diff, 457 bytes (added by joemcgill, 10 years ago)

Add overflow to bottom of #adminmenuback to account for iOS overscroll

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

    diff --git src/wp-admin/css/admin-menu.css src/wp-admin/css/admin-menu.css
    index a2493e7..b054020 100644
     
    77}
    88
    99#adminmenuback {
    10         position: absolute;
     10        position: fixed;
    1111        top: 0;
    12         bottom: 0;
    13         z-index: -1;
     12        bottom: -30px;
     13        z-index: 9980; /* just beneath #adminmenuwrap */
    1414}
    1515
    1616#adminmenu {
    li#wp-admin-bar-menu-toggle { 
    923923                top: 46px;
    924924        }
    925925}
    926