滚动条美化

美化滚动条

/* ==UserStyle==
@name           滚动条美化
@version        1.0.2.20210817
@namespace      laster2800
@author         Laster2800
@homepageURL    https://gf.qytechs.cn/zh-CN/scripts/430290
@supportURL     https://gf.qytechs.cn/zh-CN/scripts/430290/feedback
@description    美化滚动条
@license        LGPL-3.0
==/UserStyle== */

body::-webkit-scrollbar {
    width: 15px;
    height: 12px;
    background-color: #00000000;
}

body::-webkit-scrollbar-thumb {
    background-color: #00000040;
}

body::-webkit-scrollbar-corner {
    background-color: #00000000;
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址