File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -2378,29 +2378,24 @@ body:not(.mobile) .sidebar::-webkit-scrollbar-track {
23782378 box-shadow : none;
23792379}
23802380
2381- .sidebar .header .logo ::-webkit-scrollbar {
2381+ body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar {
23822382 height : 10px ;
23832383}
23842384
2385- body .mobile .sidebar .header .logo : not ( : active ): :-webkit-scrollbar {
2385+ body .mobile .sidebar .header .logo ::-webkit-scrollbar {
23862386 opacity : 0 ;
23872387}
23882388
2389- .sidebar .header .logo ::-webkit-scrollbar-track {
2389+ body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar-track {
23902390 background : transparent;
23912391 box-shadow : none;
23922392}
23932393
2394- .sidebar .header .logo ::-webkit-scrollbar-thumb {
2394+ body : not (. mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb {
23952395 background-color : rgb (130 134 137 / 50% );
23962396 border-left : 0 ;
23972397 border-right : 0 ;
23982398 border-radius : 0 ;
2399- background-clip : padding-box;
2400- border : 4px solid transparent;
2401- box-shadow : none;
2402- min-height : 50px ;
2403- min-width : 50px ;
24042399}
24052400
24062401body : not (.mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb : hover {
You can’t perform that action at this time.
0 commit comments