当前位置:网站首页>Set the browser scrollbar style
Set the browser scrollbar style
2022-07-31 01:18:00 【我有点编码器】
::-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;
}
边栏推荐
- Basic Parameters of RF Devices 2
- 解决:Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
- prometheus 监控概述
- Mysql: Invalid default value for TIMESTAMP
- 《实战》基于情感词典的文本情感分析与LDA主题分析
- 【genius_platform软件平台开发】第七十四讲:window环境下的静态库和动态库的一些使用方法(VC环境)
- Xiaohei's leetcode journey: 104. The maximum depth of a binary tree
- 权限管理怎么做的?
- Shell变量与赋值、变量运算、特殊变量
- The sword refers to offer17---print the n digits from 1 to the largest
猜你喜欢
随机推荐
ShardingSphere's public table combat (7)
Word 表格跨页,仍然显示标题
4G通信模块CAT1和CAT4的区别
Parameter introduction and selection points of wireless module
ECCV 2022丨轻量级模型架构火了,力压苹果MobileViT(附代码和论文下载)
使用PageHelper实现分页查询(详细)
Analyze the capabilities and scenarios of the cloud native message flow system Apache Pulsar
Typescript18 - object type
The level of ShardingSphere depots in actual combat (4)
typescript10-常用基础类型
typescript11-数据类型
typescript9-常用基础类型
typescript16-void
Artificial Intelligence and Cloud Security
调度中心xxl-Job
typescript12-联合类型
人工智能与云安全
Xiaohei's leetcode journey: 117. Fill the next right node pointer of each node II
I have been working in software testing for 3 years, how did I go from just getting started to automated testing?
DOM系列之scroll系列