Skip to content

Commit

Permalink
fix: timetable horizontal slot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
audreych23 committed Aug 20, 2024
1 parent a08c6c8 commit 19c8ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Timetable/Timetable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ const Timetable: FC<{

if (!vertical)
return (
<div className="text-center lg:mb-0 w-full overflow-x-auto overflow-y-hidden">
<div
className="text-center lg:mb-0 w-full overflow-x-auto overflow-y-hidden"
ref={containerRef}
>
{/* Timetable, Relative overlay */}
<div className="relative w-full">
<table className="table-auto w-full">
Expand Down

0 comments on commit 19c8ecb

Please sign in to comment.