gpt4 book ai didi

CSS @supports (::伪元素)

转载 作者:技术小花猫 更新时间:2023-10-29 10:38:39 24 4
gpt4 key购买 nike

我想将一个区域更改为最大溢出:仅当支持 ::-webkit-scrollbar-thumb 时才滚动。

在纯 CSS 中这有可能吗?看起来 @supports 只检查规则,没有选择器。

最佳答案

您现在可以使用 @supports selector()以伪元素为目标。以下是您的用例的相关示例:

@supports selector(::-webkit-scrollbar-thumb) {

.scroll-container {
overflow: scroll
}

}

请参阅this JSFiddle ,它演示了浏览器对 ::-webkit-scrollbar-thumb 的支持

  1. Chrome 86
  2. 边缘 87
  3. 歌剧 72

但不是

  1. 火狐 82
  2. Safari 12

截至 2020 年 12 月,browser support @supports selector 大约为 72%。

关于CSS @supports (::伪元素),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35000865/

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