当前位置:网站首页>设置浏览器滚动条样式
设置浏览器滚动条样式
2022-07-31 00:59:00 【I'm a little coder】
::-webkit-scrollbar {
width: 14px;
height: 14px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
border-radius: 999px;
border: 5px solid transparent;
}
::-webkit-scrollbar-track {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
min-height: 20px;
background-clip: content-box;
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-corner {
background: transparent;
}
边栏推荐
猜你喜欢

typescript13-类型别名
Go study notes (84) - Go project directory structure

Typescript14 - (type) of the specified parameters and return values alone

The client series of the DOM series

BOM系列之Navigator对象

网站频繁出现mysql等数据库连接失败等信息解决办法

Unity2D horizontal version game tutorial 4 - item collection and physical materials

"Real" emotions dictionary based on the text sentiment analysis and LDA theme analysis

小黑leetcode之旅:104. 二叉树的最大深度

How to Add a Navigation Menu on Your WordPress Site
随机推荐
MySQL database constraints, table design
Detailed explanation of 9 common reasons for MySQL index failure
Typescript18 - object type
Sping.事务的传播特性
The difference between 4G communication module CAT1 and CAT4
"Actual Combat" based on part-of-speech extraction in the field of e-commerce and its decision tree model modeling
typescript12-联合类型
调度中心xxl-Job
一万了解 Gateway 知识点
【Yugong Series】July 2022 Go Teaching Course 017-IF of Branch Structure
Error in go mode tidy go warning “all” matched no packages
Image processing tool design
XSS related knowledge
24. 请你谈谈单例模式的优缺点,注意事项,使用场景
不用Swagger,那我用啥?
background has no effect on child elements of float
typescript17 - function optional parameters
【网络安全】文件上传靶场通关(1-11关)
人工智能与云安全
Ticmp - 更快的让应用从 MySQL 迁移到 TiDB