gpt4 book ai didi

html - css 溢出 'auto' 在边缘

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

我需要隐藏 Edge 上的溢出滚动条。
我在所需的滚动区域上有当前属性,它在 macos chrome/safari 中工作。height: "240px", maxHeight: "240px", overflowY: "auto" 我还添加了以下内容

  html {
-ms-overflow-style: -ms-autohiding-scrollbar;
}
欲望行为
滚动条应该隐藏,除非用户正在滚动。
如何自动隐藏条形?
enter image description here

最佳答案

将这些属性添加到容器中:

onmouseover="this.style.overflowY='scroll'" onmouseout="this.style.overflow='hidden'"
并集 overflow: hidden; .

Codepen: https://codepen.io/manaskhandelwal1/pen/GRjXmQW

关于html - css 溢出 'auto' 在边缘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65661435/

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