Customize: Prevent theme details modal from being clipped in Safari.

Props afercia.
See #42052, #37661.


git-svn-id: https://develop.svn.wordpress.org/trunk@41871 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2017-10-16 04:40:13 +00:00
parent a722bac3ed
commit 75034a401f

View File

@ -1761,6 +1761,10 @@ p.customize-section-description {
z-index: 20;
}
.modal-open .control-panel-themes .customize-themes-full-container {
overflow-y: visible;
}
/* Animations for opening the themes panel */
#customize-save-button-wrapper,
#customize-header-actions .spinner,