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 6b1f8a5 commit 6c2407aCopy full SHA for 6c2407a
src/components/util-elements/Modal/Modal.tsx
@@ -75,7 +75,7 @@ const Modal = React.forwardRef<HTMLDivElement, ModalProps>((props, ref) => {
75
<div
76
ref={mergeRefs([modalRef, ref])}
77
className={twMerge(
78
- "absolute z-10 divide-y overflow-y-scroll",
+ "absolute z-10 divide-y overflow-y-auto",
79
width ? "" : "w-full",
80
getAbsoluteSpacing(),
81
maxHeight,
0 commit comments