Make WordPress Core

Changeset 41863

Timestamp:
10/15/2017 04:57:46 AM (7 years ago)
Author:
westonruter
Message:

Customize: Fix visibility of theme browser header in Safari.

Props benoitchantre, afercia.
See #42052, #37661.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r41860 r41863  
    17531753    left: 0;
    17541754    transition: .18s left ease-in-out;
    1755     margin: 46px 0 0 300px;
    1756     padding: 25px 0;
     1755    margin: 0 0 300px;
     1756    padding: ;
    17571757    overflow-y: scroll;
    17581758    width: calc(100% - 300px);
     
    21942194        width: 100%;
    21952195        margin: 0;
    2196         top: 46px;
     2196        top: 46px;
    21972197        height: calc(100% - 46px);
    21982198        z-index: 1;
Note: See TracChangeset for help on using the changeset viewer.