Skip to content

Commit

Permalink
Merge pull request #1261 from gagansuie/dev
Browse files Browse the repository at this point in the history
Fix: streamer dropdown not visible
  • Loading branch information
gagansuie authored May 22, 2024
2 parents fe58ded + 83e3bdf commit 5a41df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/Channel/Stream/VideoItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,9 @@
{/if}
</label>
{#if showBanItem || showRoleItem}
<ul tabindex="0" class="dropdown-content menu p-2 shadow bg-base-200 rounded-box w-52">
<ul
tabindex="0"
class="dropdown-content dropdown-top menu p-2 shadow bg-base-100 rounded-box w-52">
{#if showRoleItem && !channel.bans.includes(video._id)}
<li>
<a on:click={() => toggleMod()}
Expand Down

0 comments on commit 5a41df7

Please sign in to comment.