Customize: Prevent theme details modal from being clipped in Safari.
Props afercia. See #42052, #37661. Built from https://develop.svn.wordpress.org/trunk@41871 git-svn-id: http://core.svn.wordpress.org/trunk@41705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c79492540a
commit
94f9c7e789
|
@ -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,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-beta2-41870';
|
||||
$wp_version = '4.9-beta2-41871';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue