WordPress下拉导航的Z-Index问题


Z-Index Issue with WordPress Dropdown Navigation

我正在制作http://ashwebdev.com/ocutherm/how-it-helps/dry-eye-blepharitis/。如果将鼠标悬停在它对导航的帮助上,则Dropdown可以正常工作,但第二项被切断并且无法正常显示。

您是否尝试在父类(.menu-main-menu-container)上添加z-index

.menu-main-menu-container {
  position: relative;
  z-index: 2;
}

*我想你也可以把它添加到标题中,但这会使它更有条理。