Skip to content

Commit

Permalink
Merge pull request #21 from holaplex/anshul/modal-update
Browse files Browse the repository at this point in the history
Minor Modal Update
  • Loading branch information
kespinola authored Jul 31, 2023
2 parents 52aa0dd + bd3ae35 commit 461b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@holaplexui-react/src/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function Modal(props: ModalProps) {
/>
</Transition.Child>

<div className={clsx('fixed inset-0 z-40 overflow-y-auto')}>
<div className={clsx('fixed inset-0 z-40 overflow-y-auto modal-page')}>
<div
className={clsx(
'flex min-h-full items-center justify-center text-center',
Expand Down

0 comments on commit 461b992

Please sign in to comment.