Opened 9 years ago
Closed 9 years ago
#42051 closed defect (bug) (fixed)
Customize: Publish settings section overlaps controls pane on larger monitors
| Reported by: | westonruter | Owned by: | sayedwp |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
As reported in #39896 by @bduclos :
CSS bug: for large screens, the new publish panel is overlapped by the controls panel. Inside customize-controls.css, the following lines are missing:
@media screen and (min-width: 1667px){
.outer-section-open .wp-full-overlay.expanded {
margin-left: 18%;
}
}
For more specifics on what needs to be done, see [40511] for how the width of the controls pane was made variable for #32296..
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
WIP PR https://github.com/xwp/wordpress-develop/pull/268