Skip to content

Commit 97481f0

Browse files
authored
Fix: Modal scrollable (#102)
1 parent 8671332 commit 97481f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/common/components/modal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const Modal: React.FC<ModalProps> & {
4444
>
4545
<Dialog.Panel
4646
className={clsx(
47-
"flex flex-col justify-start w-full h-full transform overflow-hidden bg-white p-10 text-left align-middle shadow-xl transition-all max-h-[65vh]",
47+
"flex flex-col justify-start w-full h-full transform overflow-auto bg-white p-10 text-left align-middle shadow-xl transition-all max-h-[65vh]",
4848
{
4949
"max-w-md": size === "small",
5050
"max-w-xl": size === "medium",

0 commit comments

Comments
 (0)