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.
2 parents a616c38 + dc3506b commit 0389074Copy full SHA for 0389074
src/components/modal/Modal.tsx
@@ -31,7 +31,7 @@ const Modal: React.FC<ModalProps> = ({
31
>
32
<div
33
ref={modalRef}
34
- className="relative flex flex-col px-2 w-5/6 md:w-1/2 lg:w-1/3 max-w-lg sm:max-w-full max-h-full rounded-lg shadow bg-background"
+ className="relative flex flex-col px-2 w-5/6 md:w-1/2 lg:w-1/3 max-w-lg sm:max-w-full max-h-full overflow-y-scroll rounded-lg shadow bg-background"
35
36
{/* Modal Header */}
37
<div className="md:flex text-center md:text-left items-center justify-between pt-3 md:p-3">
0 commit comments