当前位置:网站首页>Learn good-looking custom scroll bars in 1 minute
Learn good-looking custom scroll bars in 1 minute
2022-07-07 15:47:00 【Sam young】
design sketch

css
/* Define the height, width and background of the scroll bar The height and width correspond to the size of the horizontal and vertical scroll bars respectively */
::-webkit-scrollbar
{
width: 2px;
border-radius: 1.5px;
background-color: transparent;
}
/* Define the scroll bar track Inner shadow + Round corners Sliding track */
::-webkit-scrollbar-track
{
background: #F5F5F6;
border-radius: 1.5px;
}
/* Define slider Inner shadow + Round corners It refers to the blue one slider */
::-webkit-scrollbar-thumb
{
background: #4E6EF2;
border-radius: 1.5px;
}
边栏推荐
- Getting started with webgl (4)
- How to understand that binary complement represents negative numbers
- 2.Golang基础知识
- Cocos creator collision and collision callback do not take effect
- Pat grade a 1103 integer factorizatio
- LeetCode3_ Longest substring without duplicate characters
- 避坑:Sql中 in 和not in中有null值的情况说明
- [quick start of Digital IC Verification] 29. Ahb-sramc (9) (ahb-sramc svtb overview) of SystemVerilog project practice
- [quick start of Digital IC Verification] 20. Basic grammar of SystemVerilog learning 7 (coverage driven... Including practical exercises)
- HW初级流量监控,到底该怎么做
猜你喜欢

Getting started with webgl (2)

Cocos creator collision and collision callback do not take effect
![[target detection] yolov5 Runtong voc2007 data set](/img/b3/b7f3d46075cb1782d772a24362003e.png)
[target detection] yolov5 Runtong voc2007 data set

There is a cow, which gives birth to a heifer at the beginning of each year. Each heifer has a heifer at the beginning of each year since the fourth year. Please program how many cows are there in the

2. 堆排序『较难理解的排序』

Write sequence frame animation with shader

LeetCode2_ Add two numbers

【數字IC驗證快速入門】26、SystemVerilog項目實踐之AHB-SRAMC(6)(APB協議基本要點)

How to create Apple Developer personal account P8 certificate

Unity's ASE realizes cartoon flame
随机推荐
Oracle控制文件丢失恢复归档模式方法
MongoDB数据库基础知识整理
【數字IC驗證快速入門】20、SystemVerilog學習之基本語法7(覆蓋率驅動...內含實踐練習)
Postman generate timestamp, future timestamp
Mesh merging under ue4/ue5 runtime
leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
LeetCode2_ Add two numbers
Use cpolar to build a business website (2)
如何在opensea批量发布NFT(Rinkeby测试网)
[quick start of Digital IC Verification] 29. Ahb-sramc (9) (ahb-sramc svtb overview) of SystemVerilog project practice
Vertex shader to slice shader procedure, varying variable
【微信小程序】Chapter(5):微信小程序基础API接口
2. Heap sort "hard to understand sort"
When opening the system window under UE4 shipping, the problem of crash is attached with the plug-in download address
Gd32 F3 pin mapping problem SW interface cannot be burned
2.Golang基础知识
【数字IC验证快速入门】19、SystemVerilog学习之基本语法6(线程内部通信...内含实践练习)
LeetCode3_ Longest substring without duplicate characters
大表delete删数据导致数据库异常解决
Getting started with webgl (1)