Skip to content

Commit

Permalink
Feat: Add cursor pointer on scrollbar thumb hover (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyashiil authored Jan 8, 2025
1 parent a8f3226 commit f0a94a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/views/GlobalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const getGlobalStyles = (theme) => css`
.ec-embedded-chat ::-webkit-scrollbar-thumb:hover {
background: ${theme.colors.primary};
cursor: pointer;
}
.ec-embedded-chat ::-webkit-scrollbar-button {
Expand Down

0 comments on commit f0a94a7

Please sign in to comment.