Html 即使z指数较高,轻触链接仍会冒泡

Html 即使z指数较高,轻触链接仍会冒泡,html,css,z-index,Html,Css,Z Index,我有一个链接,它的位置与非常高的z索引相对,但是在android和ios浏览器中点击链接会使链接下方的元素被点击、点击 这是风格 li a { background: linear-gradient(to right, #A5A5A5 0%, #EDEDED 50%, #A5A5A5 100%) repeat scroll 0 0 transparent; color: #254FAA !important; display: block; height: 40px; position: rel

我有一个链接,它的位置与非常高的z索引相对,但是在android和ios浏览器中点击链接会使链接下方的元素被点击、点击

这是风格

li a {
background: linear-gradient(to right, #A5A5A5 0%, #EDEDED 50%, #A5A5A5 100%) repeat scroll 0 0 transparent;
color: #254FAA !important;
display: block;
height: 40px;
position: relative;
z-index: 9999;
}

这里可能有什么问题,请注意,在桌面上使用鼠标单击效果很好

您好,这里是,