fix: Remove unnecessary scroll bars from filter dropdown (#12515)

This commit is contained in:
Sivin Varghese
2025-09-24 20:55:52 +05:30
committed by GitHub
parent 2ba4780bda
commit c3680d50bc
5 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ const activeAssistantLabel = computed(() => {
/>
</template>
<DropdownBody class="bottom-9 min-w-64 z-50" strong>
<DropdownSection class="max-h-80 overflow-scroll">
<DropdownSection class="[&>ul]:max-h-80">
<DropdownItem
v-for="assistant in assistants"
:key="assistant.id"