Skip to content

Commit

Permalink
removed filter overlapping with card
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevildude committed Mar 11, 2024
1 parent abf2ac2 commit 40bd84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/DailyRoundsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function DailyRoundsList({ consultation }: Props) {
/>
</div>

<div className="-mt-2 flex max-h-[100vh] min-h-full w-full flex-col gap-4">
<div className="flex max-h-[100vh] min-h-full w-full flex-col gap-4">
<div className="flex flex-col gap-4 overflow-y-auto overflow-x-hidden px-3">
<PaginatedList.WhenEmpty className="flex w-full justify-center border-b border-gray-200 bg-white p-5 text-center text-2xl font-bold text-gray-500">
<span className="flex justify-center rounded-lg bg-white p-3 text-gray-700 ">
Expand Down

0 comments on commit 40bd84a

Please sign in to comment.