Skip to content

Commit

Permalink
fix scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandawg93 committed Sep 10, 2024
1 parent 9c38548 commit 7928990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function NutGrid(props: Props) {

return (
<Card
className='border-neutral-300 w-full overflow-scroll border border-solid border-gray-300 shadow-none dark:border-gray-800 dark:bg-gray-950'
className='border-neutral-300 w-full border border-solid border-gray-300 shadow-none dark:border-gray-800 dark:bg-gray-950'
data-testid='grid'
>
<ToastContainer theme={theme === 'dark' || theme === 'system' ? 'dark' : 'light'} />
Expand Down

0 comments on commit 7928990

Please sign in to comment.