Skip to content

Commit

Permalink
fixes:"Created-at" section peeping out of "Doctor's discussion"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Oct 15, 2024
1 parent e8f898e commit 972fc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientNotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const PatientNotes = (props: PatientNotesProps) => {
backUrl={`/facility/${facilityId}/patient/${patientId}`}
>
<div className="relative mx-3 my-2 flex grow flex-col rounded-lg border border-secondary-300 bg-white p-2 sm:mx-10 sm:my-5 sm:p-5">
<div className="absolute inset-x-0 top-0 flex bg-secondary-200 text-sm shadow-md">
<div className="absolute inset-x-0 top-0 z-10 flex bg-secondary-200 text-sm shadow-md">
{keysOf(PATIENT_NOTES_THREADS).map((current) => (
<button
id={`patient-note-tab-${current}`}
Expand Down

0 comments on commit 972fc84

Please sign in to comment.