Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 1, 2024
1 parent f04cf8f commit 273780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Modal: FC<
<div className="fixed inset-0 z-50 overflow-y-auto">
<div className="relative">
<div
className="bg-background-disabled/25 absolute inset-0 overflow-y-auto backdrop-blur-sm"
className="bg-background-disabled/25 absolute inset-0 backdrop-blur-sm"
onClick={dismissOnBgClick ? onCloseRequest : undefined}
/>
<div className="flex justify-center px-4 py-12 md:py-32">
Expand Down

0 comments on commit 273780b

Please sign in to comment.