Skip to content

Commit

Permalink
fix: timetable horizontal slot updates (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew authored Aug 20, 2024
2 parents a08c6c8 + 19c8ecb commit 0b5565a
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 0b5565a

Please sign in to comment.