Skip to content

Commit

Permalink
chore(ui): 🎨 add consistent scrollable styles for doctors list component
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Oct 26, 2024
1 parent 76f6173 commit 1e4ac50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/patient/components/DoctorChat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const DoctorsList: React.FC<DoctorsListProps> = ({
doctors,
onSelectDoctor,
}) => (
<div className="h-full overflow-y-auto">
<div className="h-[178px] border-2 rounded-xl p-2 overflow-y-auto scrollbar">
{doctors.map((doctor) => (
<div
key={doctor.id}
Expand Down

0 comments on commit 1e4ac50

Please sign in to comment.