Media: Make sure the bottom media toolbar content is fully visible with Internet Explorer 11.

Props mspatovaliyski, afercia.
Merges [45526] to the 5.2 branch.
Fixes #47502.
Built from https://develop.svn.wordpress.org/branches/5.2@45838


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-08-19 04:26:51 +00:00
parent e256b2897b
commit b967202110
5 changed files with 7 additions and 7 deletions

View File

@ -264,10 +264,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

@ -264,10 +264,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.2.3-alpha-45837';
$wp_version = '5.2.3-alpha-45838';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.