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

Props mspatovaliyski.
Fixes #47502.


git-svn-id: https://develop.svn.wordpress.org/trunk@45526 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-06-13 14:11:57 +00:00
parent 8625ca01ec
commit 2ce0519f60

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;
}