Skip to content

Commit

Permalink
updated styling of inventory scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Nov 13, 2024
1 parent 2ef4f33 commit 6841e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/wallet/src/shared/KitWalletProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ export const KitWalletContent = ({ children }: KitWalletProviderProps) => {
style: {
maxWidth: '400px',
height: 'fit-content',
...getModalPositionCss(position)
...getModalPositionCss(position),
scrollbarColor: 'gray black',
scrollbarWidth: 'thin'
}
}}
scroll={false}
Expand Down

0 comments on commit 6841e33

Please sign in to comment.