Skip to content

Commit 34eff42

Browse files
Ncookieztulup-conner
authored andcommitted
fix(modal theme): fix modal vertical positioning
A previous PR (#601) broke vertical positioning for modals. This reverts such changes.
1 parent 525b90d commit 34eff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/theme/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ const theme: FlowbiteTheme = {
541541
},
542542
},
543543
content: {
544-
base: 'relative h-full w-full p-4',
544+
base: 'relative h-full w-full p-4 md:h-auto',
545545
inner: 'relative rounded-lg bg-white shadow dark:bg-gray-700',
546546
},
547547
body: {

0 commit comments

Comments
 (0)