Skip to content

Commit

Permalink
Dialog backdrop should be at least screen height
Browse files Browse the repository at this point in the history
  • Loading branch information
marlier committed Mar 12, 2024
1 parent 1fefd63 commit 299d69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const dialog: DialogStylesType = {
top: 0,
left: 0,
width: "w-screen",
height: "h-screen",
height: "min-h-screen",
backgroundColor: "bg-black",
backgroundOpacity: "bg-opacity-60",
backdropFilter: "backdrop-blur-sm",
Expand Down

0 comments on commit 299d69b

Please sign in to comment.