[wp-trac] [WordPress Trac] #45874: Content Section is overlapping the menu background
WordPress Trac
noreply at wordpress.org
Wed Jan 9 12:36:14 UTC 2019
#45874: Content Section is overlapping the menu background
--------------------------------+-----------------------------
Reporter: ahmadgulzar | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.0.2
Severity: trivial | Keywords:
Focuses: ui, administration |
--------------------------------+-----------------------------
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.
[[Image(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
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45874>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list