File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,14 @@ body {
5050 border-radius : 9999px ;
5151 }
5252
53- .scrollbar-custom ::-webkit-scrollbar-thumb : hover {
54- background-color : rgba (0 , 0 , 0 , 0.2 );
55- }
56-
5753 .dark .scrollbar-custom ::-webkit-scrollbar {
58- background-color : transparent ;
54+ background-color : rgba ( 17 , 17 , 17 , 0.85 ) ;
5955 }
6056
6157 .dark .scrollbar-custom ::-webkit-scrollbar-thumb {
6258 background-color : rgba (255 , 255 , 255 , 0.1 );
6359 }
6460
65- .dark .scrollbar-custom ::-webkit-scrollbar-thumb : hover {
66- background-color : rgba (255 , 255 , 255 , 0.2 );
67- }
68-
6961 /* Rounded top/bottom caps for vertical scrollbars (Chrome/Edge/Safari) */
7062 .scrollbar-custom ::-webkit-scrollbar-track {
7163 @apply rounded-full bg-clip-padding; /* clip bg to padding so caps look round */
You can’t perform that action at this time.
0 commit comments