File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2378,20 +2378,20 @@ body:not(.mobile) .sidebar::-webkit-scrollbar-track {
23782378 box-shadow : none;
23792379}
23802380
2381- body .sidebar .header .logo ::-webkit-scrollbar {
2381+ .sidebar .header .logo ::-webkit-scrollbar {
23822382 height : 10px ;
23832383}
23842384
23852385body .mobile .sidebar .header .logo : not (: active )::-webkit-scrollbar {
23862386 opacity : 0 ;
23872387}
23882388
2389- body .sidebar .header .logo ::-webkit-scrollbar-track {
2389+ .sidebar .header .logo ::-webkit-scrollbar-track {
23902390 background : transparent;
23912391 box-shadow : none;
23922392}
23932393
2394- body .sidebar .header .logo ::-webkit-scrollbar-thumb {
2394+ .sidebar .header .logo ::-webkit-scrollbar-thumb {
23952395 background-color : rgb (130 134 137 / 50% );
23962396 border-left : 0 ;
23972397 border-right : 0 ;
You can’t perform that action at this time.
0 commit comments