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:
parent
a722bac3ed
commit
75034a401f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user