Skip to content

Commit bd3ae35

Browse files
committed
add modal-page class
1 parent 52aa0dd commit bd3ae35

File tree

1 file changed

+1
-1
lines changed
  • packages/@holaplexui-react/src/components

1 file changed

+1
-1
lines changed

packages/@holaplexui-react/src/components/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Modal(props: ModalProps) {
4141
/>
4242
</Transition.Child>
4343

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

0 commit comments

Comments
 (0)