We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0389074 + b4a0c4f commit 85575efCopy full SHA for 85575ef
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 overflow-y-scroll 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-auto 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