File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const ReorModal: React.FC<ModalProps> = ({
3939 const modalContent = (
4040 < div
4141 className = { `fixed inset-0 flex h-screen w-screen items-center justify-center bg-black/40 ${ tailwindStylesOnBackground } ` }
42+ style = { { zIndex : 9999 } }
4243 >
4344 < div
4445 ref = { modalRef }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const InitialSetupSinglePage: React.FC<OldInitialSettingsProps> = ({ readyForInd
2929 return (
3030 < ReorModal isOpen onClose = { onClose || ( ( ) => { } ) } hideCloseButton = { ! onClose } >
3131 < div className = "ml-2 mr-4 w-[620px] py-3" >
32- < div className = "ml-2 mt-0 h-[450px] " >
32+ < div className = "ml-2 mt-0 h-[450px]" >
3333 < h2 className = "mb-0 text-center text-2xl font-semibold text-white" > Welcome to the Reor Project</ h2 >
3434 < p className = "mt-2 text-center text-gray-100" >
3535 Reor is a private AI personal knowledge management tool. Each note will be saved as a markdown file to a
You can’t perform that action at this time.
0 commit comments