Media: Make sure the bottom media toolbar content is fully visible with Internet Explorer 11.
Props mspatovaliyski. Fixes #47502. Built from https://develop.svn.wordpress.org/trunk@45526 git-svn-id: http://core.svn.wordpress.org/trunk@45337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2ca468889a
commit
c622fb4fe1
|
@ -273,10 +273,10 @@
|
|||
}
|
||||
|
||||
.media-frame-toolbar .media-toolbar {
|
||||
top: initial;
|
||||
top: auto;
|
||||
bottom: -45px;
|
||||
height: auto;
|
||||
overflow: initial;
|
||||
overflow: visible;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -273,10 +273,10 @@
|
|||
}
|
||||
|
||||
.media-frame-toolbar .media-toolbar {
|
||||
top: initial;
|
||||
top: auto;
|
||||
bottom: -45px;
|
||||
height: auto;
|
||||
overflow: initial;
|
||||
overflow: visible;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45525';
|
||||
$wp_version = '5.3-alpha-45526';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue