[wp-meta] [Making WordPress.org] #4856: Admin bar profile menu goes behind the header menu in mobile.
Making WordPress.org
noreply at wordpress.org
Fri Nov 29 10:35:19 UTC 2019
#4856: Admin bar profile menu goes behind the header menu in mobile.
---------------------------------------+---------------------
Reporter: wpamitkumar | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: has-screenshots has-patch |
---------------------------------------+---------------------
Changes (by wpamitkumar):
* keywords: has-screenshots => has-screenshots has-patch
Comment:
I Fixed below CSS and its working. Please use CSS `z-index: 999;` instead
of `z-index: 100000;`.
Screenshot -https://prnt.sc/q3rw1r
{{{
#wporg-header ul#wporg-header-menu {
z-index: 999;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4856#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list