Skip to content

Commit

Permalink
Add z-index to SelectEpisodeList component (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored May 23, 2024
1 parent 181e5e4 commit 3d77a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/SelectEpisodeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const SelectEpisodeList = React.memo((
>
<ListboxOptions
anchor="bottom"
className="mt-1 w-[var(--button-width)] origin-top bg-panel-background transition"
className="z-[110] mt-1 w-[var(--button-width)] origin-top bg-panel-background transition"
>
<Input
className="grow"
Expand Down

0 comments on commit 3d77a89

Please sign in to comment.