Make WordPress Core

Changeset 31702


Ignore:
Timestamp:
03/10/2015 08:03:30 PM (10 years ago)
Author:
ocean90
Message:

Theme Details: Hide admin toolbar on smaller screens.

props obenland.
fixes #31381.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r31697 r31702  
    524524    -moz-box-sizing: border-box;
    525525    box-sizing: border-box;
     526    -webkit-overflow-scrolling: touch;
    526527}
    527528
     
    923924        padding: 70px 20px 20px;
    924925        border: none;
    925         z-index: 500; /* should overlap #wpadminbar, which is 500 on mobile. */
     926        z-index: 100000; /* should overlap #wpadminbar. */
    926927        position: fixed;
    927928    }
Note: See TracChangeset for help on using the changeset viewer.