Ticket #25858: 25858.7.diff
File 25858.7.diff, 765 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
12221 12221 box-sizing: border-box; 12222 12222 -moz-box-sizing: border-box; 12223 12223 } 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 } 12224 12230 } 12225 12231 12226 12232 /* Smartphone */ … … 12235 12241 display: block; 12236 12242 } 12237 12243 12238 /* Disable horizontal scroll when responsive menu is open12239 since we push the main content off to the right. */12240 #wpwrap.wp-responsive-open {12241 overflow-x: hidden;12242 }12243 12244 12244 html.wp-toolbar { 12245 12245 padding-top: 0; 12246 12246 }