我的侧菜单有问题,我尝试使用 z-index,但它不起作用;(菜单位于网页内容下。
请帮忙: 这是页面
问题很可能出在您应用 z 索引的位置。我在侧边栏的容器中添加了一个正 z 索引,我在 Chrome 中没有看到任何问题。将正 z 指数(我需要 99+(添加到以下内容:
<div class="et_pb_column et_pb_column_1_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough">
尝试在此处的正文中删除 z-index。
.et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
width: 73.625%;
z-index: 0;
}
@media (min-width: 981px) {
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child {
margin-right: 0 !important;
z-index: 3;
}
}