Skip to content

Commit

Permalink
Merge branch 'dev' into feature/CW-1896-expandable-side-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Jul 31, 2023
2 parents ae9ac89 + d64886e commit fe37401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ code {
}

::-webkit-scrollbar-thumb {
background-color: var(--gentle-gray);
background-color: var(--medium-gray);
border-radius: 0.5rem;
&:hover {
background-color: var(--medium-gray);
background-color: var(--strong-gray);
cursor: pointer;
}
}

0 comments on commit fe37401

Please sign in to comment.