Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/Common/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const ReorModal: React.FC<ModalProps> = ({
const modalContent = (
<div
className={`fixed inset-0 flex h-screen w-screen items-center justify-center bg-black/40 ${tailwindStylesOnBackground}`}
style={{ zIndex: 9999 }}
>
<div
ref={modalRef}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings/InitialSettingsSinglePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const InitialSetupSinglePage: React.FC<OldInitialSettingsProps> = ({ readyForInd
return (
<ReorModal isOpen onClose={onClose || (() => {})} hideCloseButton={!onClose}>
<div className="ml-2 mr-4 w-[620px] py-3">
<div className="ml-2 mt-0 h-[450px] ">
<div className="ml-2 mt-0 h-[450px]">
<h2 className="mb-0 text-center text-2xl font-semibold text-white">Welcome to the Reor Project</h2>
<p className="mt-2 text-center text-gray-100">
Reor is a private AI personal knowledge management tool. Each note will be saved as a markdown file to a
Expand Down