[wp-trac] [WordPress Trac] #55892: Twenty Twelve: submenu hidden under slideshow block
WordPress Trac
noreply at wordpress.org
Wed Jun 1 13:34:20 UTC 2022
#55892: Twenty Twelve: submenu hidden under slideshow block
---------------------------+------------------------------
Reporter: robertghetau | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 3.5
Severity: normal | Resolution:
Keywords: | Focuses: css
---------------------------+------------------------------
Changes (by sabernhardt):
* focuses: => css
* version: 6.0 => 3.5
Comment:
I wanted to say that this should be solved in Jetpack, not the theme.
However, the [https://core.trac.wordpress.org/browser/trunk/src/wp-
content/themes/twentytwelve/style.css?rev=53418#L1609 submenus only have a
z-index of 1], so any content element with a positive `z-index` could
cover the submenu.
{{{
@media screen and (min-width: 600px) {
.main-navigation li ul {
z-index: 1;
}
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55892#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list