diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
index 82132e3..b288534 100644
|
|
h3.customize-section-title { |
459 | 459 | overflow-y: hidden; |
460 | 460 | } |
461 | 461 | |
| 462 | .wp-full-overlay.section-open #customize-theme-controls > ul > .accordion-section { |
| 463 | height: 0; |
| 464 | } |
| 465 | |
| 466 | .wp-full-overlay.section-open #customize-theme-controls > ul > .accordion-section.open { |
| 467 | height: auto; |
| 468 | } |
| 469 | |
462 | 470 | .wp-full-overlay.section-open .wp-full-overlay-sidebar-content .accordion-section.open { |
463 | 471 | visibility: visible; |
464 | 472 | } |