Make WordPress Core

Ticket #48545: 48545.1.diff

File 48545.1.diff, 368 bytes (added by sabernhardt, 5 years ago)

using -ms-overflow-style to keep IE scrollbar on the side instead of overlapping the toolbar

  • src/wp-admin/css/common.css

     
    19331933html.wp-toolbar {
    19341934        padding-top: 32px;
    19351935        box-sizing: border-box;
     1936        -ms-overflow-style: scrollbar; /* See ticket #48545 */
    19361937}
    19371938
    19381939.widefat th,