fix: enhance account switcher dropdown styling for better usability (#99)
This commit is contained in:
parent
cbe30f5fb3
commit
43e83a678d
@ -73,7 +73,10 @@ const emitNewAccount = () => {
|
||||
/>
|
||||
</button>
|
||||
</template>
|
||||
<DropdownBody v-if="showAccountSwitcher" class="min-w-80 z-50">
|
||||
<DropdownBody
|
||||
v-if="showAccountSwitcher"
|
||||
class="min-w-80 z-50 max-h-[80vh] overflow-y-auto"
|
||||
>
|
||||
<DropdownSection :title="t('SIDEBAR_ITEMS.SWITCH_ACCOUNT')">
|
||||
<DropdownItem
|
||||
v-for="account in sortedCurrentUserAccounts"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user