2023-01-29 13:44:19 +08:00
|
|
|
::-webkit-scrollbar {
|
2025-10-25 00:42:27 +08:00
|
|
|
width: 12px !important;
|
|
|
|
|
height: 12px !important;
|
2023-01-29 13:44:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2025-10-25 00:42:27 +08:00
|
|
|
width: 12px !important;
|
2025-06-29 14:09:09 +08:00
|
|
|
background: rgba(#101f1c, 0.1);
|
2025-10-25 00:42:27 +08:00
|
|
|
-webkit-border-radius: 4em;
|
|
|
|
|
-moz-border-radius: 4em;
|
|
|
|
|
border-radius: 4em;
|
2023-01-29 13:44:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
2025-06-29 14:09:09 +08:00
|
|
|
// background-color: rgba(#101F1C, 0.5);
|
2023-01-29 13:44:19 +08:00
|
|
|
background-clip: padding-box;
|
|
|
|
|
min-height: 28px;
|
2025-10-25 00:42:27 +08:00
|
|
|
-webkit-border-radius: 4em;
|
|
|
|
|
-moz-border-radius: 4em;
|
|
|
|
|
border-radius: 4em;
|
2026-02-16 23:18:55 +08:00
|
|
|
background-color: #757575;
|
|
|
|
|
|
2023-01-29 13:44:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
//background-color: rgba(#101F1C, 1);
|
|
|
|
|
}
|