gpt4 book ai didi

css - 水平滚动和剪切 div

转载 作者:行者123 更新时间:2023-12-03 21:40:33 24 4
gpt4 key购买 nike

我有一个顶部栏可以放在我的博客中:

<nav class="top-bar blog">
STACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOW
</nav>

<style type="text/css">
.top-bar.blog {
width: 100%;
white-space: no-wrap;
background: violet;
...
}
body {
background: black;
}
</style>

当我将浏览器窗口调整为小尺寸以查看水平条时,我得到以下信息:

enter image description here

这是预期的结果。

当我水平向右滚动时,结果如下:

enter image description here

div 被剪掉了。

奇怪的是,stackoverflow.com 的顶栏上也存在同样的问题。

我怎样才能防止这种情况发生,以便尺寸可以保持调整到窗口的正确部分而不是被“切割”?

enter image description here

enter image description here

最佳答案

This为我工作。

套装overflow:hidden width:100%然后只是一些填充和边距。

关于css - 水平滚动和剪切 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18070415/

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