Skip to content

Commit

Permalink
RC #291 - Updating z-index on Modal component
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 13, 2024
1 parent f9fe636 commit 7b7f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Modal = (props: Props) => {
>
<Dialog.Overlay
className={clsx(
'fixed bg-black/70 inset-0 transition-opacity flex justify-center z-[100]',
'fixed bg-black/70 inset-0 transition-opacity flex justify-center z-[60]',
{ 'items-center': props.centered },
{ 'overflow-auto': !props.scrolling }
)}
Expand Down

0 comments on commit 7b7f898

Please sign in to comment.