gpt4 book ai didi

html - 防止水平滚动条出现

转载 作者:太空宇宙 更新时间:2023-11-03 22:18:08 25 4
gpt4 key购买 nike

我想在我的网站上做一个梯形,一切正常,我得到了这个形状,但我有一个奇怪的行为,那就是这个水平滚动条:

enter image description here

我知道它是从哪里来的,当我设置 div 的高度时,它将成为梯形

这是我的代码:

.trapezoid {
clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 70%);
background-color: #33cccc;
width: 100%;
height: 50vh;
position: relative;
max-width: 95vw;
}
<div class="trapezoid">
<div class="circle">

</div>
</div>

最佳答案

将其添加到进行水平滚动的 div 或正文中:

overflow-x: hidden;

See more here

关于html - 防止水平滚动条出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55367800/

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