We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de64070 commit 053b19fCopy full SHA for 053b19f
03. Custom Scrollbar/style.css
@@ -20,11 +20,11 @@ body {
20
21
/* Scrollbar */
22
::-webkit-scrollbar {
23
- background-color: transparent;
24
- width: 10px;
+ width: 10px; /* Ширина скроллбара */
+ background-color: transparent; /* Полностью невидимый скроллбар */
25
}
26
27
::-webkit-scrollbar-thumb {
28
- background: linear-gradient(#21d4fd, #b721ff);
29
- border-radius: 100px;
+ background: linear-gradient(#21d4fd, #b721ff); /* Градиентный фон только на thumb */
+ border-radius: 100px; /* Скругленные края */
30
0 commit comments