ui: fix
This commit is contained in:
parent
70de2538e2
commit
020013683b
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@
|
|||
{/if}
|
||||
|
||||
<select
|
||||
class="fixed right-0 bottom-0 z-50 m-2 w-64 bg-opacity-30 p-2 px-4"
|
||||
class="fixed right-0 bottom-0 z-50 m-2 w-64 bg-opacity-30 p-2 px-4 hover:bg-opacity-100"
|
||||
bind:value={selectedTeamId}
|
||||
on:change={switchTeam}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue