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 8f32cdb commit c4413c0Copy full SHA for c4413c0
src/styles/normalize.css
@@ -349,3 +349,29 @@ template {
349
[hidden] {
350
display: none;
351
}
352
+
353
+::-webkit-scrollbar {
354
+ width: 6px;
355
+ height: 6px;
356
+}
357
358
+::-webkit-scrollbar-track {
359
360
+ background: rgba(16, 31, 28, 0.1);
361
+ -webkit-border-radius: 2em;
362
+ -moz-border-radius: 2em;
363
+ border-radius: 2em;
364
365
366
+::-webkit-scrollbar-thumb {
367
+ background-color: rgba(16, 31, 28, 0.5);
368
+ background-clip: padding-box;
369
+ min-height: 28px;
370
371
372
373
374
375
+::-webkit-scrollbar-thumb:hover {
376
+ background-color: rgba(16, 31, 28, 1);
377
0 commit comments