Skip to content

Commit

Permalink
"fix icon overlap in edit consultation page." #9077 (#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayash authored Nov 11, 2024
1 parent 5d95dc6 commit 6931845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
<div className="w-full max-w-4xl">
<form
onSubmit={handleSubmit}
className="rounded bg-white p-6 transition-all sm:rounded-xl sm:p-8"
className="relative z-10 rounded bg-white p-6 transition-all sm:rounded-xl sm:p-8"
>
<DraftSection
handleDraftSelect={(newState: any) => {
Expand Down

0 comments on commit 6931845

Please sign in to comment.