Make WordPress Core

Ticket #25858: 25858.7.diff

File 25858.7.diff, 765 bytes (added by kovshenin, 11 years ago)
  • src/wp-admin/css/wp-admin.css

     
    1222112221                box-sizing: border-box;
    1222212222                -moz-box-sizing: border-box;
    1222312223        }
     12224
     12225        /* Disable horizontal scroll when responsive menu is open
     12226           since we push the main content off to the right. */
     12227        #wpwrap.wp-responsive-open {
     12228                overflow-x: hidden;
     12229        }
    1222412230}
    1222512231
    1222612232/* Smartphone */
     
    1223512241                display: block;
    1223612242        }
    1223712243       
    12238         /* Disable horizontal scroll when responsive menu is open
    12239            since we push the main content off to the right. */
    12240         #wpwrap.wp-responsive-open {
    12241                 overflow-x: hidden;
    12242         }
    12243        
    1224412244        html.wp-toolbar {
    1224512245                padding-top: 0;
    1224612246        }