fix: dialog alignment (#1281)

This commit is contained in:
botond 2022-09-07 19:35:48 +01:00 committed by GitHub
parent b5271d07e4
commit 9f6376c1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export function Dialog({
size = 'small',
}: DialogProps) {
const contentClasses = classNames(
'fixed top-0 left-0 z-20 flex items-center justify-center overflow-scroll',
'fixed top-0 left-0 z-20 flex justify-center items-start overflow-scroll',
'w-full h-full'
);
const wrapperClasses = classNames(