当前位置:网站首页>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;
}
边栏推荐
- 【数字IC验证快速入门】18、SystemVerilog学习之基本语法5(并发线程...内含实践练习)
- postman生成时间戳,未来时间戳
- Webgl texture
- 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
- OpenGL's distinction and understanding of VAO, VBO and EBO
- HW初级流量监控,到底该怎么做
- #HPDC智能基座人才发展峰会随笔
- Unity's ASE achieves full screen sand blowing effect
- HPDC smart base Talent Development Summit essay
- [quick start of Digital IC Verification] 20. Basic grammar of SystemVerilog learning 7 (coverage driven... Including practical exercises)
猜你喜欢
Keil5 does not support online simulation of STM32 F0 series
[quick start of Digital IC Verification] 29. Ahb-sramc (9) (ahb-sramc svtb overview) of SystemVerilog project practice
[quick start of Digital IC Verification] 18. Basic grammar of SystemVerilog learning 5 (concurrent threads... Including practical exercises)
【数字IC验证快速入门】23、SystemVerilog项目实践之AHB-SRAMC(3)(AHB协议基本要点)
[server data recovery] a case of RAID data recovery of a brand StorageWorks server
Getting started with webgl (2)
MySQL bit type resolution
The difference between full-time graduate students and part-time graduate students!
Configure mongodb database in window environment
[quick start of Digital IC Verification] 26. Ahb-sramc of SystemVerilog project practice (6) (basic points of APB protocol)
随机推荐
使用cpolar建立一个商业网站(2)
[deep learning] semantic segmentation experiment: UNET network /msrc2 dataset
2. 堆排序『较难理解的排序』
Keil5 does not support online simulation of STM32 F0 series
C Alibaba cloud OSS file upload, download and other operations (unity is available)
Stm32f103c8t6 PWM drive steering gear (sg90)
OpenGL common functions
Annexb and avcc are two methods of data segmentation in decoding
Detailed explanation of unity hot update knowledge points and introduction to common solution principles
leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
MongoD管理数据库的方法介绍
Excerpted words
Points for attention in porting gd32 F4 series programs to gd32 F3 series
全日制研究生和非全日制研究生的区别!
[target detection] yolov5 Runtong voc2007 data set
Write a ten thousand word long article "CAS spin lock" to send Jay's new album to the top of the hot list
Wechat applet 01
Cut ffmpeg as needed, and use emscripten to compile and run
How to create Apple Developer personal account P8 certificate
【数字IC验证快速入门】25、SystemVerilog项目实践之AHB-SRAMC(5)(AHB 重点回顾,要点提炼)