Opened 6 years ago
Closed 6 years ago
#4856 closed defect (bug) (fixed)
Admin bar profile menu goes behind the header menu in mobile.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Support Forums | Keywords: | has-screenshots has-patch |
| Cc: |
Description
if I opened in mobile the header menu first and after I try to open the admin bar user profile sub-menu that goes behind the Header menu and not showing other menu items because of too much Z-index of the header menu.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I Fixed below CSS and its working. Please use CSS
z-index: 999;instead ofz-index: 100000;.Screenshot -https://prnt.sc/q3rw1r
#wporg-header ul#wporg-header-menu { z-index: 999; }