问题描述
[更新] 我在下面重建了问题:
https://sp0033212000.github.io/fixedProblem/
除了通过目标_blank打开它之外,我工作得很好。
当我直接进入网站时,这很正常 enter image description here
但是当我通过新标签进入它时,底部的按钮被盖住了。 enter image description here
我认为这是视口问题,但不知道如何解决。
有人可以给我建议如何解决这个问题吗?
解决方法
尝试将z-index赋予按钮。
.btn{
z-index:999;
}