Skip to content

Commit

Permalink
[OPIK-785] scroll hover for PC (#1113)
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Boiko <[email protected]>
  • Loading branch information
awkoy and Yaroslav Boiko authored Jan 22, 2025
1 parent 0844ead commit 81059a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/opik-frontend/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@
border: 4px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
background: #7d7d7d;
}

::-webkit-scrollbar-button {
display: none;
}
Expand Down

0 comments on commit 81059a3

Please sign in to comment.