Skip to content

Commit

Permalink
WOW!!
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahDaGoat committed Jun 21, 2024
1 parent 85d2e44 commit 7b4f5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media/ModalEpisodeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function EpisodeSelector({
</div>
))}
</div>
<div className="flex-auto mt-4 sm:mt-0 sm:ml-4 overflow-x-auto overflow-y-hidden sm:overflow-y-auto sm:overflow-x-hidden max-h-60 max-w-[70vw] z-0">
<div className="flex-auto mt-4 sm:mt-0 sm:ml-4 cursor-pointer overflow-x-auto overflow-y-hidden sm:overflow-y-auto sm:overflow-x-hidden max-h-60 max-w-[70vw] z-0">
<div className="flex sm:grid sm:grid-cols-3 sm:gap-2">
{selectedSeason ? (
selectedSeason.episodes.map(
Expand Down

0 comments on commit 7b4f5e2

Please sign in to comment.