gpt4 book ai didi

html - 具有溢出属性的 css 滚动不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 09:49:41 24 4
gpt4 key购买 nike

我想在页面正文中有一个垂直滚动条。这应该由 css 实现。

我不想使用固定高度。

我在我的 CSS 中使用了以下代码:

.summary-scroll {
overflow-y: scroll;
overflow-x:hidden;
height: 100%;
}

但它不起作用。但是当我只添加一个名为:layout="column"的属性(不需要任何类属性)时,主体有滚动条。

不知道layout和scrolling是什么关系?我还必须在我的 css 中实现它,在 css 文件中处理的解决方案是什么?

最佳答案

你可以这样做

.body-scroll{ max-height:600px; 
height: 100% !important;
overflow-y: scroll;
overflow-x: hidden;
}

关于html - 具有溢出属性的 css 滚动不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39199330/

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