Skip to content

Commit

Permalink
add modal-page class
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistgo87 committed Jul 31, 2023
1 parent 52aa0dd commit bd3ae35
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 bd3ae35

Please sign in to comment.