File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 400
400
color : white;
401
401
animation : slideInRight 0.3s ease-in-out;
402
402
transition : background-color 0.3s ease;
403
+ overflow-y : scroll;
403
404
}
404
-
405
+
406
+ # languages ::-webkit-scrollbar {
407
+ width : 20px ;
408
+ }
409
+
410
+ # languages ::-webkit-scrollbar-track {
411
+ background : # 121245 ;
412
+ border-radius : 15px ;
413
+ }
414
+
405
415
# languages : hover {
406
416
background-color : # 0D6EFD ;
407
417
}
468
478
color : white;
469
479
animation : slideInRight 1s ease-in-out;
470
480
transition : background-color 0.3s ease;
481
+ overflow-y : scroll;
471
482
}
472
483
484
+ # milestone ::-webkit-scrollbar {
485
+ width : 20px ;
486
+ }
487
+
488
+ # milestone ::-webkit-scrollbar-track {
489
+ background : # 121245 ;
490
+ border-radius : 15px ;
491
+ }
492
+
473
493
# milestone : hover {
474
494
background-color : # 0D6EFD ;
475
495
}
Original file line number Diff line number Diff line change @@ -421,6 +421,16 @@ div {
421
421
color : white;
422
422
animation : slideInRight 0.3s ease-in-out;
423
423
transition : background-color 0.3s ease;
424
+ overflow-y : scroll;
425
+ }
426
+
427
+ # languages ::-webkit-scrollbar {
428
+ width : 20px ;
429
+ }
430
+
431
+ # languages ::-webkit-scrollbar-track {
432
+ background : # 121245 ;
433
+ border-radius : 15px ;
424
434
}
425
435
426
436
# languages : hover {
@@ -489,6 +499,16 @@ div {
489
499
color : white;
490
500
animation : slideInRight 1s ease-in-out;
491
501
transition : background-color 0.3s ease;
502
+ overflow-y : scroll;
503
+ }
504
+
505
+ # milestone ::-webkit-scrollbar {
506
+ width : 20px ;
507
+ }
508
+
509
+ # milestone ::-webkit-scrollbar-track {
510
+ background : # 121245 ;
511
+ border-radius : 15px ;
492
512
}
493
513
494
514
# milestone : hover {
You can’t perform that action at this time.
0 commit comments