Skip to content

Commit

Permalink
fix: fix scroll corner color (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura authored Sep 7, 2023
1 parent 3d1db44 commit fa6ce32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/scroll/Scroll.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export const Scroll = recipe({
backgroundColor: "transparent",
borderRadius: config.radii.Pill,
},
"&::-webkit-scrollbar-corner": {
backgroundColor: "transparent",
},
},
},
],
Expand Down

0 comments on commit fa6ce32

Please sign in to comment.