Opened 6 years ago
Last modified 9 months ago
#45874 accepted enhancement
Content Section is overlapping the menu background
Reported by: | ahmadgulzar | Owned by: | 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.
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)
Note: See
TracTickets for help on using
tickets.
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.