gpt4 book ai didi

html - 为什么 PayPal Iframe 停留在固定导航栏上方?

转载 作者:行者123 更新时间:2023-12-05 02:04:00 24 4
gpt4 key购买 nike

我已经从此链接添加了 PayPal Checkout 按钮 here .我遇到的问题是存在 PayPal 按钮的 iframe 停留在页面上我的固定导航栏上方。为什么会发生这种情况,如何将其放回顶部?

我已尝试阅读文档,但似乎没有提及此行为。我也曾尝试将 z-index 更改为我的导航栏,但这没有帮助。

这是我的导航栏的 CSS。

.top {
background-color: black;
height: 50px;
width: 100%;
position: fixed;
z-index: 5;
top: 0;
overflow-x: hidden;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
color: white;
}
<nav class="top"></nav>

最佳答案

在您的 CSS 中,定位 iframe 元素并尝试添加此代码

position: relative;
z-index: 0;

关于html - 为什么 PayPal Iframe 停留在固定导航栏上方?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64716929/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com