mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
WOW!!
This commit is contained in:
parent
85d2e44b0b
commit
7b4f5e2fe7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue