Make WordPress Core

Changeset 26423


Ignore:
Timestamp:
11/26/2013 10:43:39 PM (11 years ago)
Author:
iammattthomas
Message:

Prevent horizontal scrolling when the responsive sidebar is open, pushing the main column off to the right. See #25858.

File:
1 edited

Legend:

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

    r26421 r26423  
    1222812228    }
    1222912229   
     12230    /* Disable horizontal scroll when responsive menu is open
     12231       since we push the main content off to the right. */
     12232    #wpwrap.wp-responsive-open {
     12233        overflow-x: hidden;
     12234    }
     12235   
    1223012236    html.wp-toolbar {
    1223112237        padding-top: 0;
Note: See TracChangeset for help on using the changeset viewer.