鼠标悬停时显示窄滚动条

45 阅读1分钟
* {

scrollbar-width: thin !important; /* 显示窄滚动条 */

scrollbar-color: transparent transparent !important; /* 自定义滚动条颜色 */

}

*:hover {

scrollbar-width: thin !important; /* 显示窄滚动条 */

scrollbar-color: #88888850 transparent !important; /* 自定义滚动条颜色 */

}

2025-01-14 10-15-31.2025-01-14 10_15_57.gif