Make WordPress Core

Opened 6 years ago

Last modified 9 months ago

#45874 accepted enhancement

Content Section is overlapping the menu background

Reported by: ahmadgulzar's profile ahmadgulzar Owned by: valentinbora's profile valentinbora
Milestone: Awaiting Review Priority: normal
Severity: trivial Version: 5.0.2
Component: Administration Keywords: reporter-feedback
Focuses: ui Cc:

Description

Hi,

Just uploading some content into WordPress dashboard and saw a little layout bug, I'm not sure if it is kept like this but I thought, maybe it should be behind the menu background completely. As I have uploaded a screenshot, once the menu height finishes then the content is showing below. it should be behind the menu bar.

http://ahmadgulzar.com/wpscr.png

it can be fixed by just changing z-index of #adminmenuback from 1 to 3

#adminmenuback {
    position: fixed;
    top: 0;
    bottom: -120px;
    z-index: 3;
}

Thanks

Change History (2)

#1 @swissspidy
6 years ago

  • Component changed from General to Administration
  • Focuses administration removed

#2 @valentinbora
5 years ago

  • Keywords reporter-feedback added
  • Owner set to valentinbora
  • Status changed from new to accepted

Thank you very much @ahmadgulzar for your report and welcome to WordPress Trac. Sorry for the long wait.

Could you please share more details regarding the custom post type you are using and what you believe has caused the issue? I'm afraid the screenshot doesn't help me enough in trying to reproduce the issue.

Note: See TracTickets for help on using tickets.