Make WordPress Core

Ticket #32066: 32066.diff

File 32066.diff, 709 bytes (added by obenland, 10 years ago)

The Hammer solution. There's probably something more elegant.

  • src/wp-admin/css/customize-controls.css

     
    10501050        overflow: visible; /* Prevent the top-level Customizer controls from becoming visible when elements on the right of the details modal are focused. */
    10511051}
    10521052
     1053.ie8 .wp-customizer .theme-overlay .theme-header,
     1054.ie8 .wp-customizer .theme-overlay .theme-about,
     1055.ie8 .wp-customizer .theme-overlay .theme-actions {
     1056        position: static;
     1057}
     1058
    10531059/* Small Screens */
    10541060@media (max-width:850px), (max-height:472px) {
    10551061        .wp-customizer .theme-overlay .theme-wrap {