chore: update DropdownBody styles for better overflow handling

This commit is contained in:
gabrieljablonski 2026-02-18 10:23:14 -03:00
parent 70f7f5c486
commit 85ec13a273

View File

@ -95,7 +95,7 @@ const emitNewAccount = () => {
</template> </template>
<DropdownBody <DropdownBody
v-if="showAccountSwitcher || isCollapsed" v-if="showAccountSwitcher || isCollapsed"
class="min-w-80 z-50" class="min-w-80 z-50 max-h-[80vh] overflow-y-auto"
> >
<DropdownSection :title="t('SIDEBAR_ITEMS.SWITCH_ACCOUNT')"> <DropdownSection :title="t('SIDEBAR_ITEMS.SWITCH_ACCOUNT')">
<DropdownItem <DropdownItem