Skip to content

Commit

Permalink
fixed scrollbars on status card
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 25, 2024
1 parent 74c743f commit 629adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateless/components/StatusCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const StatusCard = ({
return (
<div
className={clsx(
'flex flex-row rounded-md overflow-scroll',
'flex flex-row rounded-md overflow-auto',
iconAtTop ? 'items-start' : 'items-center',
onClick &&
'cursor-pointer transition-opacity hover:opacity-80 active:opacity-70',
Expand Down

0 comments on commit 629adb9

Please sign in to comment.