当前位置:网站首页>Set the default style of scroll bar Google browser
Set the default style of scroll bar Google browser
2022-07-02 05:00:00 【Houdu】
The default style of the scroll bar is ugly , Generally, we will reset it .
The specific Settings are as follows
// Scroll bar style ::-webkit-scrollbar {
width: 5px; // This is the width of the vertical scroll bar . If it is a horizontal scroll bar, set height
}
::-webkit-scrollbar-thumb {
border-radius: 2.5px;
// Set the style of the scroll bar slider
background: #d25565 !important;
}
::-webkit-scrollbar-track {
// Set the style of the rolling track
background: #2e94b9 !important;
border-radius: 2.5px;
}
边栏推荐
- UNET deployment based on deepstream
- Line by line explanation of yolox source code of anchor free series network (7) -- obj in head_ loss、Cls_ Loss and reg_ Calculation and reverse transmission of loss I
- Go Chan's underlying principles
- Vmware安装win10报错:operating system not found
- Detailed process of DC-1 range construction and penetration practice (DC range Series)
- Idea autoguide package and autodelete package Settings
- Getting started with pytest ----- confitest Application of PY
- Cannot activate CONDA virtual environment in vscode
- Basic differences between Oracle and MySQL (entry level)
- [high speed bus] Introduction to jesd204b
猜你喜欢

Line by line explanation of yolox source code of anchor free series network (7) -- obj in head_ loss、Cls_ Loss and reg_ Calculation and reverse transmission of loss I

win10 磁盘管理 压缩卷 无法启动问题

2022阿里巴巴全球数学竞赛 第4题 虎虎生威(盲盒问题、集卡问题)解决思路

Embedded-c language-8-character pointer array / large program implementation

The underlying principle of go map (storage and capacity expansion)

Super detailed pycharm tutorial

Research on the security of ognl and El expressions and memory horse
![Learn AI safety monitoring project from zero [attach detailed code]](/img/a9/cb93f349229e86cbb05ad196ae9553.jpg)
Learn AI safety monitoring project from zero [attach detailed code]
![[understand one article] FD_ Use of set](/img/57/276f5ef438adee2cba31dceeabb95c.jpg)
[understand one article] FD_ Use of set

LM09丨费雪逆变换反转网格策略
随机推荐
Preparation for writing SAP ui5 applications using typescript
Realize the function of data uploading
Summary of common string processing functions in C language
设置滚动条默认样式 谷歌浏览器
go实现leetcode旋转数组
June book news | 9 new books are listed, with a strong lineup and eyes closed!
C# 图片显示占用问题
Knowledge arrangement about steam Education
Mathematical knowledge -- understanding and examples of fast power
Common errors of dmrman offline backup
Future trend of automated testing ----- self healing technology
Comp 250 parsing
Introduction to Luogu 3 [circular structure] problem list solution
Go Chan's underlying principles
函数中使用sizeof(arr) / sizeof(arr[0])求数组长度不正确的原因
正大留4的主账户信息汇总
正大美欧4的主账户关注什么数据?
Ansible installation and use
Cache consistency solution - how to ensure the consistency between the cache and the data in the database when changing data
Oracle和MySQL的基本区别(入门级)