Skip to content

Commit

Permalink
remove scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesgodi committed May 10, 2024
1 parent 25d3c5c commit e95d6f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export function OrderReview({
pb: 'base.spacing.x8',
maxh: '60%',
height: '100%',
overflowY: 'auto',
overflowY: 'scroll',
scrollbarWidth: 'none',
rowGap: 'base.spacing.x4',
}}
>
Expand Down

0 comments on commit e95d6f4

Please sign in to comment.