Skip to content

Commit

Permalink
chore(ui): 🎨 add scrollable container styles for lab results view
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Oct 26, 2024
1 parent 1efe413 commit 76f6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/patient/components/LabResults/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface LabResults {
}

const LabResults: React.FC<LabResults> = ({ results }) => (
<div className="h-full overflow-y-auto">
<div className="h-[178px] border-2 rounded-xl p-2 overflow-y-auto scrollbar">
<Table
aria-label="Lab Results"
classNames={{
Expand Down

0 comments on commit 76f6173

Please sign in to comment.