Skip to content

Commit

Permalink
fix(modal): overflow bug fix (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
paghar and [email protected] authored May 25, 2023
1 parent 53c1280 commit 9e4e43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/theme/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,10 @@ const theme: FlowbiteTheme = {
},
content: {
base: 'relative h-full w-full m-auto p-4 md:h-auto',
inner: 'relative rounded-lg bg-white shadow dark:bg-gray-700',
inner: 'relative rounded-lg bg-white shadow dark:bg-gray-700 flex flex-col max-h-[90vh]',
},
body: {
base: 'p-6',
base: 'p-6 flex-1 overflow-auto',
popup: 'pt-0',
},
header: {
Expand Down

1 comment on commit 9e4e43a

@vercel
Copy link

@vercel vercel bot commented on 9e4e43a May 25, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.