gpt4 book ai didi

jquery - html div滚动条错误

转载 作者:太空宇宙 更新时间:2023-11-04 05:06:20 25 4
gpt4 key购买 nike

如何将 z-index 位置应用于 html 滚动条。 enter image description here

问题是显示背景文本的滚动条。

该问题仅出现在 google chrome 浏览器中。

最佳答案

滚动条的父容器的不透明度 < 1.0,这意味着该容器的所有子容器最多具有该不透明度。

如何解决?

使用两个容器。

<div> <!-- Position this centrally, i.e what you have, but 1.0 opacity and no background -->
<div></div> <!-- textarea/div with overflow & scrollbars here -->
<div></div> <!-- content here with background color, opacity < 1.0 etc -->
</div>

关于jquery - html div滚动条错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10361117/

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