Make WordPress Core

Changeset 45526


Ignore:
Timestamp:
06/13/2019 02:11:57 PM (5 years ago)
Author:
afercia
Message:

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

Props mspatovaliyski.
Fixes #47502.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r45499 r45526  
    274274
    275275.media-frame-toolbar .media-toolbar {
    276     top: initial;
     276    top: auto;
    277277    bottom: -45px;
    278278    height: auto;
    279     overflow: initial;
     279    overflow: visible;
    280280    border-top: 1px solid #ddd;
    281281}
Note: See TracChangeset for help on using the changeset viewer.