We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9b2fa commit 9f2df8bCopy full SHA for 9f2df8b
1 file changed
src/components/ExportImportModal.tsx
@@ -86,7 +86,7 @@ export function ExportImportModal({
86
87
return (
88
<div
89
- className="fixed inset-0 bg-black/50 flex items-center justify-center z-50"
+ className="fixed inset-0 bg-black/50 flex items-center justify-center z-50 m-0"
90
onClick={onClose}
91
>
92
0 commit comments