fix: dialog alignment (#1281)
This commit is contained in:
parent
b5271d07e4
commit
9f6376c1b2
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user