Skip to content

Commit

Permalink
feat: added no scrollbar on agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
deewakar-k committed Nov 5, 2024
1 parent c8472b3 commit 5de6392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/Today/TodayPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const TodayPage: React.FC = () => {
<ShowAgenda toggle={showAgenda} onToggle={handleToggleAgenda} />
</div>
{showAgenda && (
<div className="h-[90vh] overflow-y-scroll text-secondary-foreground">
<div className="no-scrollbar h-[90vh] overflow-y-scroll text-secondary-foreground">
<TodayMeetings selectedDate={selectedDate} />
</div>
)}
Expand Down

0 comments on commit 5de6392

Please sign in to comment.