Make WordPress Core

Opened 5 years ago

Closed 4 years ago

#48545 closed defect (bug) (fixed)

Avatar icon on the dashboard goes under scroll bar on IE

Reported by: y_kolev's profile Y_Kolev Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.6 Priority: normal
Severity: minor Version:
Component: Toolbar Keywords: has-screenshots has-patch needs-testing
Focuses: ui, css Cc:

Description

Avatar Icon on the dashboard under IE 11 goes under the scroll bar. It is a minor issue but worth fixing it.

Screenshot - http://prntscr.com/pukexj

Attachments (3)

download.png (235.3 KB) - added by SergeyBiryukov 5 years ago.
48545.diff (369 bytes) - added by Shital Patel 5 years ago.
I added right Padding for Avatar icon on the dashboard
48545.1.diff (368 bytes) - added by sabernhardt 4 years ago.
using -ms-overflow-style to keep IE scrollbar on the side instead of overlapping the toolbar

Download all attachments as: .zip

Change History (13)

#1 @SergeyBiryukov
5 years ago

  • Keywords has-screenshots added

#2 @SergeyBiryukov
5 years ago

  • Component changed from Administration to Toolbar

@Shital Patel
5 years ago

I added right Padding for Avatar icon on the dashboard

#3 @Shital Patel
5 years ago

  • Keywords has-patch added

@sabernhardt
4 years ago

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

#4 @sabernhardt
4 years ago

  • Focuses css added

The profile link could have a (right) margin in Internet Explorer only, but I think it's simpler in 48545.1.diff. It keeps the scrollbar visible, as it is on the front end (for the themes I checked).

This ticket was mentioned in Slack in #core-css by ryelle. View the logs.


4 years ago

#6 @sabernhardt
4 years ago

  • Keywords needs-testing added

This ticket was mentioned in Slack in #core-css by kirstyburgoine. View the logs.


4 years ago

#8 @kburgoine
4 years ago

  • Milestone changed from Awaiting Review to 5.6

This ticket was mentioned in Slack in #core-css by kirstyburgoine. View the logs.


4 years ago

#10 @SergeyBiryukov
4 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 49290:

Toolbar: Keep IE 11 scrollbar on the side instead of overlapping the toolbar.

Props sabernhardt, shital-patel, y_kolev.
Fixes #48545.

Note: See TracTickets for help on using tickets.