Skip to content

Commit

Permalink
fix(Card)!: remove overflow-hidden on wrapper
Browse files Browse the repository at this point in the history
Fixes #806, fixes #1034
  • Loading branch information
benjamincanac committed Jan 5, 2024
1 parent 3258167 commit 4124406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/ui.config/layout/card.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
base: 'overflow-hidden',
base: '',
background: 'bg-white dark:bg-gray-900',
divide: 'divide-y divide-gray-200 dark:divide-gray-800',
ring: 'ring-1 ring-gray-200 dark:ring-gray-800',
Expand All @@ -20,4 +20,4 @@ export default {
background: '',
padding: 'px-4 py-4 sm:px-6'
}
}
}

1 comment on commit 4124406

@vercel
Copy link

@vercel vercel bot commented on 4124406 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com
ui-nuxt-js.vercel.app

Please sign in to comment.