当前位置:网站首页>设置浏览器滚动条样式
设置浏览器滚动条样式
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;
}
边栏推荐
- Typescript18 - object type
- 蓝牙mesh系统开发三 Ble Mesh 配网器 Provisioner
- (5) fastai application
- ABC 261 F - Sorting Color Balls (reverse pair)
- 解决:Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
- [Yugong Series] July 2022 Go Teaching Course 016-Logical Operators and Other Operators of Operators
- xss bypass: prompt(1)
- Ticmp - 更快的让应用从 MySQL 迁移到 TiDB
- 《实战》基于情感词典的文本情感分析与LDA主题分析
- Image processing tool design
猜你喜欢

35. Reverse linked list

(5) fastai application

一万了解 Gateway 知识点

ShardingSphere之读写分离(八)

What is Promise?What is the principle of Promise?How to use Promises?

解析云原生消息流系统 Apache Pulsar 能力及场景

TiDB 在多点数字化零售场景下的应用

小黑leetcode之旅:117. 填充每个节点的下一个右侧节点指针 II

Thesis understanding: "Designing and training of a dual CNN for image denoising"

RTL8720DN开发笔记一 环境搭建与mqtt实例
随机推荐
typescript13-类型别名
MySQL database (basic)
background has no effect on child elements of float
系统设计.短链系统设计
typescript15-(同时指定参数和返回值类型)
使用PageHelper实现分页查询(详细)
24. 请你谈谈单例模式的优缺点,注意事项,使用场景
【Yugong Series】July 2022 Go Teaching Course 017-IF of Branch Structure
Filter (Filter)
网站频繁出现mysql等数据库连接失败等信息解决办法
金融政企被攻击为什么要用高防CDN?
MySQL master-slave replication and read-write separation script - pro test available
The level of ShardingSphere depots in actual combat (4)
Typescript18 - object type
Jmeter parameter transfer method (token transfer, interface association, etc.)
Solution: Parameter 0 of method ribbonServerList in com.alibaba.cloud.nacos.ribbon.NacosRibbonClientConfigu
typescript17 - function optional parameters
小黑leetcode之旅:104. 二叉树的最大深度
分布式.分布式锁
Yolov7实战,实现网页端的实时目标检测