当前位置:网站首页>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;
}
边栏推荐
- STM32F103C8T6 PWM驱动舵机(SG90)
- [target detection] yolov5 Runtong voc2007 data set
- Connecting FTP server tutorial
- 【跟着江科大学Stm32】STM32F103C8T6_PWM控制直流电机_代码
- XMIND frame drawing tool
- A need to review all the knowledge, H5 form is blocked by the keyboard, event agent, event delegation
- Cocos creator collision and collision callback do not take effect
- Configure mongodb database in window environment
- The "go to definition" in VS2010 does not respond or prompts the solution of "symbol not found"
- [quick start for Digital IC Validation] 26. Ahb - sramc (6) for system verilog project practice (Basic Points of APB Protocol)
猜你喜欢
[quick start of Digital IC Verification] 29. Ahb-sramc (9) (ahb-sramc svtb overview) of SystemVerilog project practice
Mathematical modeling -- what is mathematical modeling
使用cpolar建立一个商业网站(2)
Super signature principle (fully automated super signature) [Yun Xiaoduo]
【数字IC验证快速入门】22、SystemVerilog项目实践之AHB-SRAMC(2)(AMBA总线介绍)
Annexb and avcc are two methods of data segmentation in decoding
20th anniversary of agile: a failed uprising
如何在opensea批量发布NFT(Rinkeby测试网)
LeetCode2_ Add two numbers
[quick start of Digital IC Verification] 25. AHB sramc of SystemVerilog project practice (5) (AHB key review, key points refining)
随机推荐
MongoD管理数据库的方法介绍
Shader Language
Unity之ASE实现全屏风沙效果
Webcodecs parameter settings -avc1.42e01e meaning
2022全开源企业发卡网修复短网址等BUG_2022企业级多商户发卡平台源码
Spin animation of Cocos performance optimization
Streaming end, server end, player end
Starting from 1.5, build a microservice framework link tracking traceid
[server data recovery] data recovery case of raid failure of a Dell server
有一头母牛,它每年年初生一头小母牛。每头小母牛从第四个年头开始,每年年初也生一头小母牛。请编程实现在第n年的时候,共有多少头母牛?
[quick start of Digital IC Verification] 24. AHB sramc of SystemVerilog project practice (4) (AHB continues to deepen)
Vertex shader to slice shader procedure, varying variable
Use of SVN
2.Golang基础知识
unnamed prototyped parameters not allowed when body is present
【数字IC验证快速入门】23、SystemVerilog项目实践之AHB-SRAMC(3)(AHB协议基本要点)
Detailed explanation of Cocos creator 2.4.0 rendering process
Unity's ASE realizes cartoon flame
【數字IC驗證快速入門】20、SystemVerilog學習之基本語法7(覆蓋率驅動...內含實踐練習)
webgl_ Graphic transformation (rotation, translation, zoom)