Skip to content

Commit

Permalink
more dialog down
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrege committed Sep 15, 2023
1 parent fb496bc commit e102442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function Dialog({
open={isOpen}
id="dialog"
aria-label="Formular zum hinzufügen eines neuen Ortes"
className="mx-auto animate-slideIn overflow-y-hidden backdrop:bg-red-300 relative top-12 bg-transparent max-w-2xl w-full px-4 md:px-0"
className="mx-auto animate-slideIn overflow-y-hidden backdrop:bg-red-300 relative top-16 bg-transparent max-w-2xl w-full px-4 md:px-0"
>
<div className="rounded-lg shadow mt-1 bg-white mx-auto">
<header className="flex bg-green rounded-t-lg items-start justify-between border-b align-start h-14">
Expand Down

0 comments on commit e102442

Please sign in to comment.