We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8671332 commit 97481f0Copy full SHA for 97481f0
src/modules/common/components/modal/index.tsx
@@ -44,7 +44,7 @@ const Modal: React.FC<ModalProps> & {
44
>
45
<Dialog.Panel
46
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]",
+ "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]",
48
{
49
"max-w-md": size === "small",
50
"max-w-xl": size === "medium",
0 commit comments