http://designatwork.net/digitec/business-services/advisory/
当您单击顶部的“客户登录”时,模式会出现,但标题横幅并不像页面其他部分那样变暗。知道为什么吗?
答案 0 :(得分:0)
这是因为较高的z-index
值允许它出现在黑暗的背景上。
.blue {
background-color: #00acc8;
margin-top: -20px;
min-height: 100px;
position: relative;
z-index: 8888; /* Remove */
}