#61334 closed defect (bug) (duplicate)
Admin Menu: The admin submenu gets hidden behind the "Theme Details" modal
Reported by: | Dharm1025 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.5.3 |
Component: | Administration | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
When the "Theme Details" modal is active, the admin submenu gets hidden behind it. Based on a quick check, it seems the theme overlay (.theme-overlay .theme-backdrop
) has a higher z-index than the submenu (#adminmenu .wp-submenu
). This is the reason the submenu gets hidden behind the "Theme Details" modal.
Steps to Reproduce
- Go to
Appearance
>Themes
- Click on any theme to view its details. This will open the "Theme Details" modal to display information about the theme.
- Try to navigate to another page by hovering the menu (eg:
Settings
>General
) - Notice submenu is hidden behind the "Theme Details" modal
Expected Results
Submenu should be visible on hover to top-level menu.
Thank you
Change History (5)
#2
@
7 months ago
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #41155.
#3
@
7 months ago
Hi @sabernhardt,
Thanks for linking the original issue here and closing this one. I had searched for a similar issue but somehow didn't find it.
Thank you.
Note: See
TracTickets for help on using
tickets.
Hi and welcome to WordPress Trac!
We are already tracking the
z-index
issue in #41155.