Make WordPress Core

Opened 12 months ago

Last modified 12 months ago

#55892 new defect (bug)

Twenty Twelve: submenu hidden under slideshow block

Reported by: robertghetau's profile robertghetau Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 3.5
Component: Bundled Theme Keywords: needs-patch
Focuses: css Cc:

Description

This is a replica of this issue: https://github.com/Automattic/wp-calypso/issues/63939

Steps to replicate:

  1. Activate the theme Twenty Twelve
  2. Add 3 elements to the same submenu on the site
  3. Add a slideshow at the start of a page

Change History (3)

#1 @SergeyBiryukov
12 months ago

  • Component changed from Themes to Bundled Theme
  • Summary changed from Twenty Twelve submenu hidden under slideshow block to Twenty Twelve: submenu hidden under slideshow block

#2 @sabernhardt
12 months ago

  • Focuses css added
  • Version changed from 6.0 to 3.5

I wanted to say that this should be solved in Jetpack, not the theme. However, the 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;
	}
}

#3 @sabernhardt
12 months ago

  • Keywords needs-patch added
Note: See TracTickets for help on using tickets.