Skip to content

Commit

Permalink
Merge pull request #2362 from daostack/CW-2355-scrollbar-flickering
Browse files Browse the repository at this point in the history
Sidebar flickering on Safari #2355
  • Loading branch information
andreymikhadyuk authored Nov 30, 2023
2 parents 5980a1b + f7b4099 commit bc53ed3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
&:active {
--scroll-thumb-color: #{$c-neutrals-300};
}
&:hover {
--scroll-thumb-color: $c-gray-20;
@media (hover: hover) and (pointer: fine) {
&:hover {
--scroll-thumb-color: $c-gray-20;
}
}
}

0 comments on commit bc53ed3

Please sign in to comment.