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:
Andrea Fercia 2019-06-13 14:12:52 +00:00
parent 2ca468889a
commit c622fb4fe1
5 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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.