gpt4 book ai didi

html - 删除 Bootstrap 模式弹出窗口中的垂直滚动条

转载 作者:行者123 更新时间:2023-11-28 00:50:04 25 4
gpt4 key购买 nike

我的页面上有一个 Bootstrap 模式弹出窗口。 popup有点长所以html加了垂直滚动条,动画效果不太好看。

enter image description here所以,我想删除这个滚动条但仍然可以滚动。

有什么帮助吗?

最佳答案

也许对你有帮助。修复隐藏的溢出将删除滚动条,要获取页面内的完整内容,请使用 overflow auto to modal body

CSS:

  .modal{
overflow:hidden;
}
.modal-body{
overflow:auto;
}

关于html - 删除 Bootstrap 模式弹出窗口中的垂直滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47990823/

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