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 52aa0dd commit bd3ae35Copy full SHA for bd3ae35
packages/@holaplexui-react/src/components/Modal.tsx
@@ -41,7 +41,7 @@ export function Modal(props: ModalProps) {
41
/>
42
</Transition.Child>
43
44
- <div className={clsx('fixed inset-0 z-40 overflow-y-auto')}>
+ <div className={clsx('fixed inset-0 z-40 overflow-y-auto modal-page')}>
45
<div
46
className={clsx(
47
'flex min-h-full items-center justify-center text-center',
0 commit comments