Skip to content

Commit

Permalink
Adjust AiringSchedule
Browse files Browse the repository at this point in the history
  • Loading branch information
huy232 committed Oct 14, 2024
1 parent 9eba788 commit 14f3610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Content/AiringScheduleENGComp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function AiringScheduleENGComp({ airingSchedule }) {
</div>

{selectedDay && airingSchedule[selectedDay].length > 0 ? (
<div className="px-2 md:px-3 lg:px-5 w-full gap-1 scroll-smooth min-h-fit max-h-[60rem] lg:max-h-[22.4rem] flex flex-col overflow-y-scroll scrollbar-hide duration-200 transform ease-in-out">
<div className="px-2 md:px-3 lg:px-5 w-full gap-1 scroll-smooth max-h-[60rem] lg:max-h-[22.4rem] flex flex-col overflow-y-scroll scrollbar-hide duration-200 transform ease-in-out">
{airingSchedule[selectedDay].map((item, index) => {
const title =
item.title.english ||
Expand Down

0 comments on commit 14f3610

Please sign in to comment.